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)