diff options
author | Chris Robinson <[email protected]> | 2014-08-14 17:30:11 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-08-14 17:30:11 -0700 |
commit | b907c21f4832c1874f86bab2ba23d4527372fd19 (patch) | |
tree | 06ef610ad7134c69224d479b3d416474ecaa70db | |
parent | 8364aa5f6f92fd41b55b417c7b1235929b24c73a (diff) |
Release 1.16.0openal-soft-1.16.0
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f1de92d6..0087edb2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -87,8 +87,8 @@ IF(NOT LIBTYPE) ENDIF() SET(LIB_MAJOR_VERSION "1") -SET(LIB_MINOR_VERSION "15") -SET(LIB_REVISION "1") +SET(LIB_MINOR_VERSION "16") +SET(LIB_REVISION "0") SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION}") SET(EXPORT_DECL "") |