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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaas Freitag <freitag@owncloud.com>2012-08-14 14:26:24 +0400
committerKlaas Freitag <freitag@owncloud.com>2012-08-14 14:26:24 +0400
commitdc54fa563f3d18c9f33e7a08b2c4f76752f360d1 (patch)
tree43d700b2b66516a4f46feb13626a1a4e4c533681 /VERSION.cmake
parent1b7ad22e2ecdb678071cfedfce14d117f059aba0 (diff)
Update to version 1.0.5 with Changelog entry.
Diffstat (limited to 'VERSION.cmake')
-rw-r--r--VERSION.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION.cmake b/VERSION.cmake
index a5ef47282..59d8433e1 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,5 +1,5 @@
set( VERSION_MAJOR 1 )
set( VERSION_MINOR 0 )
-set( VERSION_PATCH 4 )
+set( VERSION_PATCH 5 )
set( VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH} )