summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2010-12-29 14:41:41 +0100
committerRalf Habacker <ralf.habacker@freenet.de>2010-12-29 14:42:45 +0100
commit79026cee36e549a94e1157083ab84e061b72d3f0 (patch)
tree0337aad67f930eda5f5355f0132b07f2cfabf9c6 /cmake
parent88004d6b66f80d72e97e9b6b024842d692e5748a (diff)
downloaddbus-79026cee36e549a94e1157083ab84e061b72d3f0.tar.gz
Keep in sync with autotools.
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 d762672d..ae053355 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 "2")
+set (DBUS_MICRO_VERSION "3")
# used by file version info
set (DBUS_PATCH_VERSION "0")
set (DBUS_VERSION ${DBUS_MAJOR_VERSION}.${DBUS_MINOR_VERSION}.${DBUS_MICRO_VERSION})