mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 04:55:48 +03:00
Bump to 1.8.3rc3, update ChangeLog
This commit is contained in:
parent
6e469662d3
commit
01efba99af
2 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,8 @@ ChangeLog
|
|||
version 1.8.3 (release 2015-06-??)
|
||||
* 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)
|
||||
* Shibboleth: Avoid crash by letting the webview use its own QNAM (#3359)
|
||||
|
||||
ChangeLog
|
||||
=========
|
||||
|
|
|
@ -4,7 +4,7 @@ set( MIRALL_VERSION_PATCH 3 )
|
|||
set( MIRALL_SOVERSION 0 )
|
||||
|
||||
if ( NOT DEFINED MIRALL_VERSION_SUFFIX )
|
||||
set( MIRALL_VERSION_SUFFIX "rc2") #e.g. beta1, beta2, rc1
|
||||
set( MIRALL_VERSION_SUFFIX "rc3") #e.g. beta1, beta2, rc1
|
||||
endif( NOT DEFINED MIRALL_VERSION_SUFFIX )
|
||||
|
||||
if( NOT DEFINED MIRALL_VERSION_BUILD )
|
||||
|
|
Loading…
Reference in a new issue