aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2008-01-21 18:43:14 -0800
committerChris Robinson <[email protected]>2008-01-21 18:43:14 -0800
commit342f639771c5942775101c67dd481636b3d31345 (patch)
treec8e6a02081cb15d6f36fda55dcb9e5c28a292858
parentb5a2baafe599467be5eb6e7c2c932b3447c2611f (diff)
Release 1.2.218openal-soft-1.2.218
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 056b6fdd..081cc96b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -26,8 +26,8 @@ OPTION(WERROR "Treat compile warnings as errors" OFF)
SET(LIB_MAJOR_VERSION "1")
-SET(LIB_MINOR_VERSION "1")
-SET(LIB_BUILD_VERSION "93")
+SET(LIB_MINOR_VERSION "2")
+SET(LIB_BUILD_VERSION "218")
SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_BUILD_VERSION}")