Browse Source

Update version to 1.1.7

Tobias Hieta 8 years ago
parent
commit
645a6da3f9
2 changed files with 1 additions and 3 deletions
  1. 1 1
      CMakeModules/VersionConfiguration.cmake
  2. 0 2
      release-notes/1.1.7.txt

+ 1 - 1
CMakeModules/VersionConfiguration.cmake

@@ -22,7 +22,7 @@ endif()
 
 
 set(VERSION_MAJOR 1)
 set(VERSION_MAJOR 1)
 set(VERSION_MINOR 1)
 set(VERSION_MINOR 1)
-set(VERSION_NANO 6)
+set(VERSION_NANO 7)
 
 
 option(UPGRADE_DEBUG "" OFF)
 option(UPGRADE_DEBUG "" OFF)
 
 

+ 0 - 2
release-notes/1.1.7.txt

@@ -1,5 +1,3 @@
-(To be released.)
-
 NEW:
 NEW:
   - Some audio setting defaults were changed for OSX. Exclusive audio mode is disabled by
   - Some audio setting defaults were changed for OSX. Exclusive audio mode is disabled by
     default, and the "Channels" option is now set to "auto" by default.
     default, and the "Channels" option is now set to "auto" by default.