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: 3989c9264de0df15d2f3ea0ca23027f5799866d5 (plain)
1
2
3
4
5
6
set( VERSION_MAJOR 1 )
set( VERSION_MINOR 2 )
set( VERSION_PATCH 4 )
set( VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_SUFFIX})
set( SOVERSION 0 )