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

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2013-06-27 18:58:20 +0400
committerDaniel Molkentin <danimo@owncloud.com>2013-06-27 18:58:55 +0400
commit1facb1f95dd4e5a43886335147ec2b7d51d7e796 (patch)
tree7f32a1f74e920864277d759471570b3d5c899e94 /VERSION.cmake
parent3db0788a910d1aa002385e70b89709f2d2d84cc2 (diff)
1.3.80 (pre 1.4.0)
Diffstat (limited to 'VERSION.cmake')
-rw-r--r--VERSION.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/VERSION.cmake b/VERSION.cmake
index 4fb5a162e..6e3988c7e 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,6 +1,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( VERSION_PATCH 80 )
+set( VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_SUFFIX} (pre-1.4.0))
set( SOVERSION 0 )