bump version

svn path=/branches/partitionmanager/1.0/partitionmanager/; revision=1118061
This commit is contained in:
Volker Lanz 2010-04-23 19:35:27 +00:00
parent 6816a13c76
commit 6d2be0b718
2 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ set(CMAKE_BUILD_WITH_INSTALL_RPATH ON)
set(VERSION_MAJOR "1")
set(VERSION_MINOR "0")
set(VERSION_RELEASE "1")
set(VERSION_RELEASE "2")
set(VERSION_SUFFIX "")
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_RELEASE}${VERSION_SUFFIX})
add_definitions(-D'VERSION="${VERSION}"')

View File

@ -25,8 +25,8 @@ KDE Partition Manager is built with cmake, like most of KDE4 today. It is
recommended to build out of tree: After unpacking the source, create a separate
build directory and run cmake there:
$ tar xfj partitionmanager-1.0.1.tar.bz2
$ cd partitionmanager-1.0.1
$ tar xfj partitionmanager-1.0.2.tar.bz2
$ cd partitionmanager-1.0.2
$ mkdir build
$ cd build
$ cmake ..