Set the version numbers for 0.42.0 rc2/gmc.

This commit is contained in:
Andreas Schneider 2009-01-07 13:10:28 +01:00
Родитель 2d3412b0fa
Коммит f6a956e248
3 изменённых файлов: 7 добавлений и 2 удалений

Просмотреть файл

@ -13,7 +13,7 @@ set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/COPYING")
### versions
set(CPACK_PACKAGE_VERSION_MAJOR "0")
set(CPACK_PACKAGE_VERSION_MINOR "41")
set(CPACK_PACKAGE_VERSION_PATCH "96")
set(CPACK_PACKAGE_VERSION_PATCH "97")
set(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
set(CPACK_GENERATOR "TGZ")

Просмотреть файл

@ -1,6 +1,11 @@
ChangeLog
==========
version 0.42.0 rc2 (released 2009-01-07)
libcsync:
* Fixed a bug in the creation of the statedb
* Completed userguide
version 0.42.0 rc1 (released 2008-12-04)
libcsync:
* Reduced calls of syscall functions.

Просмотреть файл

@ -43,7 +43,7 @@ extern "C" {
#define CSYNC_VERSION_MAJOR 0
#define CSYNC_VERSION_MINOR 42
#define CSYNC_VERSION_PATCH 0
#define CSYNC_VERSION_STRING "csync version 0.42.0 rc1"
#define CSYNC_VERSION_STRING "csync version 0.42.0 rc2"
/*
* csync file declarations