diff --git a/CMakeLists.txt b/CMakeLists.txt index fe6670a969..c9ba04b76e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ set(CMAKE_AUTOMOC ON) ### generic info set ( WEBSITE "http://drawpile.net/" ) -set ( DRAWPILE_VERSION "1.0.5" ) +set ( DRAWPILE_VERSION "1.0.6" ) ### protocol versions # see doc/protocol.md for protocol version history diff --git a/ChangeLog b/ChangeLog index 9a0f7a2af2..7c7f436d08 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -2017-??-?? Version 1.0.6 +2017-12-17 Version 1.0.6 * Server: non-persistent session idle time can now also be limited * Server: added /opword command * Name of the user who created an annotation is now displayed in the editing widget diff --git a/scripts/drawpile.iss b/scripts/drawpile.iss index d3d4b92c87..615cf9dc9a 100644 --- a/scripts/drawpile.iss +++ b/scripts/drawpile.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Drawpile" -#define MyAppVersion "1.0.5" +#define MyAppVersion "1.0.6" #define MyAppURL "http://drawpile.net/" #define MyAppExeName "drawpile.exe"