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