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:
authorKlaas Freitag <freitag@owncloud.com>2015-09-01 16:50:21 +0300
committerKlaas Freitag <freitag@owncloud.com>2015-09-01 16:50:21 +0300
commit58ea498a62f543c9985fea360a2a37f692e616a4 (patch)
treef6f3290caf4631971d70b083d0c754e90d355c69
parent322288bf6ca7babcd79609f935d9f378af0fccf6 (diff)
Update changelogs date and version.v2.0.1
-rw-r--r--ChangeLog2
-rw-r--r--VERSION.cmake2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 946e30365..7c4a4032f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
ChangeLog
=========
-version 2.0.1 (release 2015-09-xx)
+version 2.0.1 (release 2015-09-01)
* AccountWizard: fix when the theme specify a override URL (#3699)
version 2.0.0 (release 2015-08-25)
diff --git a/VERSION.cmake b/VERSION.cmake
index 9c185faa5..a0ad8a33c 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -4,7 +4,7 @@ set( MIRALL_VERSION_PATCH 1 )
set( MIRALL_SOVERSION 0 )
if ( NOT DEFINED MIRALL_VERSION_SUFFIX )
- set( MIRALL_VERSION_SUFFIX "rc1") #e.g. beta1, beta2, rc1
+ set( MIRALL_VERSION_SUFFIX "") #e.g. beta1, beta2, rc1
endif( NOT DEFINED MIRALL_VERSION_SUFFIX )
if( NOT DEFINED MIRALL_VERSION_BUILD )