aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2010-03-29 22:05:21 -0700
committerChris Robinson <[email protected]>2010-03-29 22:05:21 -0700
commitec1a4884d981005fef6accd75b2230730d4137d7 (patch)
tree85b3974b763c143381426c6b92daa0a7b556ba30
parentbb4ed8b1dbe1bb568fb82fc908654af0859f6356 (diff)
Release 1.12.854openal-soft-1.12.854
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 49b3a1ce..8c5c534f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -50,8 +50,8 @@ ELSE()
ENDIF()
SET(LIB_MAJOR_VERSION "1")
-SET(LIB_MINOR_VERSION "11")
-SET(LIB_BUILD_VERSION "753")
+SET(LIB_MINOR_VERSION "12")
+SET(LIB_BUILD_VERSION "854")
SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_BUILD_VERSION}")
IF(NOT DEFINED LIB_INSTALL_DIR)
SET(LIB_INSTALL_DIR "lib${LIB_SUFFIX}")