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

VERSION.cmake - github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f660d410c4fc1e756c0ae32c2603b3b7f312429c (plain)
1
2
3
4
5
set( VERSION_MAJOR 1 )
set( VERSION_MINOR 1 )
set( VERSION_PATCH 1 )
set( VERSION  ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH} )