Update changelogs date and version.

This commit is contained in:
Klaas Freitag 2015-09-01 15:50:21 +02:00
parent 322288bf6c
commit 58ea498a62
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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 )