From db5009b5a404e09054f38d5f5b5c5fcc7c4a61da Mon Sep 17 00:00:00 2001 From: "Oleksii S. Malakhov" Date: Fri, 27 Apr 2018 00:20:46 +0300 Subject: [PATCH] Version bump to 1.3.7 --- ChangeLog | 1 + src/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 559269ff..49bc697e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,7 @@ Version 1.3.7 - Wine stock icons to be organised through Q4Wine [BUG-117]; - Add gnome-terminal into terminal detection logic [BUG-118]; - Added French translation (thx 2 seigneurfuo); + Version 1.3.6 Updated: - Added indication of applications which was installed through winetricks [BUG-106][BUG-111]; diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 8e034f60..00f9fb06 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -8,7 +8,7 @@ PROJECT(q4wine) SET(CMAKE_VERBOSE_MAKEFILE ON) -SET(APP_VERSION "1.3.6") +SET(APP_VERSION "1.3.7") SET(APP_NAME_GLOBAL "q4wine") if(POLICY CMP0011)