summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2010-12-21 08:24:00 +0100
committerRalf Habacker <ralf.habacker@freenet.de>2010-12-21 08:24:00 +0100
commit34ef61645c86225be62ec0e6d255a3e05731a584 (patch)
tree662feb5fe7b6dbfa77256cc99f0b03463cadb24b /cmake
parent2521c5943777dce7d64693e6351ff47b18d49d18 (diff)
Keep in sync with automake.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
index c4e62d54..d762672d 100644
--- a/cmake/CMakeLists.txt
+++ b/cmake/CMakeLists.txt
@@ -2,7 +2,7 @@ project(dbus)
set (DBUS_MAJOR_VERSION "1")
set (DBUS_MINOR_VERSION "4")
-set (DBUS_MICRO_VERSION "1")
+set (DBUS_MICRO_VERSION "2")
# used by file version info
set (DBUS_PATCH_VERSION "0")
set (DBUS_VERSION ${DBUS_MAJOR_VERSION}.${DBUS_MINOR_VERSION}.${DBUS_MICRO_VERSION})