diff options
author | Ralf Habacker <ralf.habacker@freenet.de> | 2010-12-29 14:41:41 +0100 |
---|---|---|
committer | Ralf Habacker <ralf.habacker@freenet.de> | 2010-12-29 14:42:45 +0100 |
commit | 79026cee36e549a94e1157083ab84e061b72d3f0 (patch) | |
tree | 0337aad67f930eda5f5355f0132b07f2cfabf9c6 /cmake/CMakeLists.txt | |
parent | 88004d6b66f80d72e97e9b6b024842d692e5748a (diff) | |
download | dbus-79026cee36e549a94e1157083ab84e061b72d3f0.tar.gz dbus-79026cee36e549a94e1157083ab84e061b72d3f0.tar.bz2 dbus-79026cee36e549a94e1157083ab84e061b72d3f0.zip |
Keep in sync with autotools.
Diffstat (limited to 'cmake/CMakeLists.txt')
-rw-r--r-- | cmake/CMakeLists.txt | 2 |
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}) |