summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2008-02-21 01:28:18 -0800
committerChris Robinson <[email protected]>2008-02-21 01:28:18 -0800
commit9b3c4faa344d5d678b463b3cfa7ba958436dbf85 (patch)
treed651426cb2abcd555d51cfe94e095b7268e1e630
parent847b3e8b618466780459d0875a0f6a0c77dee953 (diff)
Release 1.3.253openal-soft-1.3.253
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5927a935..25e4e879 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 "2")
-SET(LIB_BUILD_VERSION "218")
+SET(LIB_MINOR_VERSION "3")
+SET(LIB_BUILD_VERSION "253")
SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_BUILD_VERSION}")