summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2015-11-12 07:40:17 -0800
committerChris Robinson <[email protected]>2015-11-12 07:40:17 -0800
commitf903a7aa645c4f7a95914104d532ddd66c8ad232 (patch)
tree0a84b484653de930ea1c6524732fbf3c1f870fa1
parent5d039309b355c350fd087a48c4b896d31871d174 (diff)
Release 1.17.0openal-soft-1.17.0
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c55fddb2..9fe3e98c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -89,7 +89,7 @@ IF(NOT LIBTYPE)
ENDIF()
SET(LIB_MAJOR_VERSION "1")
-SET(LIB_MINOR_VERSION "16")
+SET(LIB_MINOR_VERSION "17")
SET(LIB_REVISION "0")
SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION}")