Pushed version to 0.50.5 and lib version 0.1.5 for next oC release.

This commit is contained in:
Klaas Freitag 2012-04-17 10:36:52 +02:00
parent e32d02c984
commit db614ecf34
2 changed files with 3 additions and 3 deletions

View file

@ -8,11 +8,11 @@ set(APPLICATION_NAME ${PROJECT_NAME})
set(APPLICATION_VERSION_MAJOR "0")
set(APPLICATION_VERSION_MINOR "50")
set(APPLICATION_VERSION_PATCH "2")
set(APPLICATION_VERSION_PATCH "5")
set(APPLICATION_VERSION "${APPLICATION_VERSION_MAJOR}.${APPLICATION_VERSION_MINOR}.${APPLICATION_VERSION_PATCH}")
set(LIBRARY_VERSION "0.1.4")
set(LIBRARY_VERSION "0.1.5")
set(LIBRARY_SOVERSION "0")
# where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked

View file

@ -50,7 +50,7 @@ extern "C" {
/* csync version */
#define LIBCSYNC_VERSION_MAJOR 0
#define LIBCSYNC_VERSION_MINOR 50
#define LIBCSYNC_VERSION_MICRO 4
#define LIBCSYNC_VERSION_MICRO 5
#define LIBCSYNC_VERSION_INT CSYNC_VERSION_INT(LIBCSYNC_VERSION_MAJOR, \
LIBCSYNC_VERSION_MINOR, \