mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 17:37:36 +03:00
set version to 0.50.7
This commit is contained in:
parent
62acdc3b8c
commit
f802b54f6f
2 changed files with 3 additions and 3 deletions
|
@ -8,11 +8,11 @@ set(APPLICATION_NAME ${PROJECT_NAME})
|
|||
|
||||
set(APPLICATION_VERSION_MAJOR "0")
|
||||
set(APPLICATION_VERSION_MINOR "50")
|
||||
set(APPLICATION_VERSION_PATCH "6")
|
||||
set(APPLICATION_VERSION_PATCH "7")
|
||||
|
||||
set(APPLICATION_VERSION "${APPLICATION_VERSION_MAJOR}.${APPLICATION_VERSION_MINOR}.${APPLICATION_VERSION_PATCH}")
|
||||
|
||||
set(LIBRARY_VERSION "0.1.6")
|
||||
set(LIBRARY_VERSION "0.1.7")
|
||||
set(LIBRARY_SOVERSION "0")
|
||||
|
||||
# where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked
|
||||
|
|
|
@ -51,7 +51,7 @@ extern "C" {
|
|||
/* csync version */
|
||||
#define LIBCSYNC_VERSION_MAJOR 0
|
||||
#define LIBCSYNC_VERSION_MINOR 50
|
||||
#define LIBCSYNC_VERSION_MICRO 6
|
||||
#define LIBCSYNC_VERSION_MICRO 7
|
||||
|
||||
#define LIBCSYNC_VERSION_INT CSYNC_VERSION_INT(LIBCSYNC_VERSION_MAJOR, \
|
||||
LIBCSYNC_VERSION_MINOR, \
|
||||
|
|
Loading…
Reference in a new issue