diff options
author | Chris Robinson <[email protected]> | 2008-02-21 01:28:18 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2008-02-21 01:28:18 -0800 |
commit | 9b3c4faa344d5d678b463b3cfa7ba958436dbf85 (patch) | |
tree | d651426cb2abcd555d51cfe94e095b7268e1e630 /CMakeLists.txt | |
parent | 847b3e8b618466780459d0875a0f6a0c77dee953 (diff) |
Release 1.3.253openal-soft-1.3.253
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
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}") |