diff options
author | Chris Robinson <[email protected]> | 2011-02-15 12:10:44 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-02-15 12:10:44 -0800 |
commit | b483b1e380db9d4363a7eeaa4f2fe3a6f4a80c93 (patch) | |
tree | a1100fa8a1e3d2e5d2ecb290968a8ac6a283414d | |
parent | d9126eeb2c9e5b4d5d00027cd70aef0ae8900602 (diff) |
Release 1.13openal-soft-1.13
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a0df2894..44f9ea84 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -55,7 +55,7 @@ IF(NOT LIBTYPE) ENDIF() SET(LIB_MAJOR_VERSION "1") -SET(LIB_MINOR_VERSION "12") +SET(LIB_MINOR_VERSION "13") SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}") |