mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 21:15:55 +03:00
Set version string for alpha2.
This commit is contained in:
parent
8b3deb105e
commit
8682bab7f2
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 2.4.6)
|
|||
|
||||
# global needed variables
|
||||
set(APPLICATION_NAME ${PROJECT_NAME})
|
||||
set(APPLICATION_VERSION "0.42")
|
||||
set(APPLICATION_VERSION "0.42.0")
|
||||
|
||||
# where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked
|
||||
set(CMAKE_MODULE_PATH
|
||||
|
|
|
@ -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 alpha1"
|
||||
#define CSYNC_VERSION_STRING "csync version 0.42.0 alpha2"
|
||||
|
||||
/*
|
||||
* csync file declarations
|
||||
|
|
Loading…
Reference in a new issue