Update version to 0.50.10

This commit is contained in:
Klaas Freitag 2012-09-20 17:57:58 +03:00
parent 44a6cf9bfc
commit 7a70a6fa69
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_MAJOR "0")
set(APPLICATION_VERSION_MINOR "50") set(APPLICATION_VERSION_MINOR "50")
set(APPLICATION_VERSION_PATCH "9") set(APPLICATION_VERSION_PATCH "10")
set(APPLICATION_VERSION "${APPLICATION_VERSION_MAJOR}.${APPLICATION_VERSION_MINOR}.${APPLICATION_VERSION_PATCH}") set(APPLICATION_VERSION "${APPLICATION_VERSION_MAJOR}.${APPLICATION_VERSION_MINOR}.${APPLICATION_VERSION_PATCH}")
set(LIBRARY_VERSION "0.1.9") set(LIBRARY_VERSION "0.1.10")
set(LIBRARY_SOVERSION "0") set(LIBRARY_SOVERSION "0")
# where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked # where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked

View file

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