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