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:
authorDaniel Molkentin <danimo@owncloud.com>2015-06-22 17:27:07 +0300
committerDaniel Molkentin <danimo@owncloud.com>2015-06-22 17:28:35 +0300
commitbf9bb26d19a56e319345878459b284167ddbb344 (patch)
tree7ba80a73f0cf61c7965746e078533616f00ddded
parent01efba99afc13095db98359d7125f4e7e9dd11af (diff)
Bump to 1.8.3 finalv1.8.3
-rw-r--r--ChangeLog2
-rw-r--r--VERSION.cmake2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c45abf5e..b364a6ad9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
ChangeLog
=========
-version 1.8.3 (release 2015-06-??)
+version 1.8.3 (release 2015-06-23)
* Fix a bug in the Windows Installer that could crash explorer (#3320)
* Reduce 'Connection closed' errors (#3318, #3313, #3298)
* Ignores: Force a remote discovery after ignore list change (#3172)
diff --git a/VERSION.cmake b/VERSION.cmake
index 6aed4ab2e..8f7692b36 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -4,7 +4,7 @@ set( MIRALL_VERSION_PATCH 3 )
set( MIRALL_SOVERSION 0 )
if ( NOT DEFINED MIRALL_VERSION_SUFFIX )
- set( MIRALL_VERSION_SUFFIX "rc3") #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 )