From: Ralf Habacker Date: Tue, 1 Dec 2009 09:18:46 +0000 (+0100) Subject: updated version X-Git-Tag: dbus-1.3.1~150 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6738ac89334fea05f35dc0471086ac88e77a4e11;p=thirdparty%2Fdbus.git updated version --- diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 7b7442058..937da832e 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -2,8 +2,8 @@ set (PACKAGE dbus) # the version major, minor and release number should be synchron to the dbus cvs - windows releases should only update the patch level set (VERSION_MAJOR "1") -set (VERSION_MINOR "2") -set (VERSION_RELEASE "14") +set (VERSION_MINOR "3") +set (VERSION_RELEASE "1") set (VERSION_PATCH "0") if (VERSION_PATCH) set (VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_RELEASE}-${VERSION_PATCH}" )