Update to version 1.0.5 with Changelog entry.

This commit is contained in:
Klaas Freitag 2012-08-14 13:26:24 +03:00
parent 1b7ad22e2e
commit dc54fa563f
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
ChangeLog
=========
version 1.0.5 (release 2012-08-14), csync 0.50.8 required
* [Fixes] Fixed setup dialog: Really use https if checkbox is activated.
version 1.0.4 (release 2012-08-10), csync 0.50.8 required
* [APP] ownCloud is now a single instance app, can not start twice any more.
* [APP] Proxy support

View file

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