Preparing for 1.0.0

svn path=/trunk/extragear/sysadmin/partitionmanager/; revision=1012147
This commit is contained in:
Volker Lanz 2009-08-16 23:05:33 +00:00
parent 4b4bb108d1
commit 8c01c8f047
3 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
1.0.0 (2009-08-17)
==================
None.
1.0.0-RC1 (2009-08-03)
======================

View File

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

View File

@ -24,8 +24,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.0-RC1.tar.bz2
$ cd partitionmanager-1.0.0-RC1
$ tar xfj partitionmanager-1.0.0.tar.bz2
$ cd partitionmanager-1.0.0
$ mkdir build
$ cd build
$ cmake ..