From 2ea86ad9d0d458637dbea60b739e5d8b0f0bd068 Mon Sep 17 00:00:00 2001 From: Calle Laakkonen Date: Sat, 17 Dec 2016 13:44:44 +0200 Subject: [PATCH] Set version 1.0.6 release date --- CMakeLists.txt | 2 +- ChangeLog | 2 +- scripts/drawpile.iss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"