From 6738ac89334fea05f35dc0471086ac88e77a4e11 Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Tue, 1 Dec 2009 10:18:46 +0100 Subject: [PATCH] updated version --- cmake/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 7b74420..937da83 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}" ) -- 2.7.4