Welcome to mirror list, hosted at ThFree Co, Russian Federation.

VERSION.cmake - github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a73f783d1659e71fc9c10269a45663a332f2aeb5 (plain)
1
2
3
4
5
6
set( VERSION_MAJOR 1 )
set( VERSION_MINOR 5 )
set( VERSION_PATCH 0 )
set( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_SUFFIX}beta1")
set( SOVERSION 0 )