diff options
author | Chris Robinson <[email protected]> | 2018-10-11 15:05:31 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-10-11 15:05:31 -0700 |
commit | 6761218e51699f46bf25c377e65b3e9ea5e434b9 (patch) | |
tree | 1e760708fa1d65c9c5a115dbbc1bc8906736b910 | |
parent | 31b9c50721b9ab7e6faaf2f3ac866b3c46750427 (diff) |
Release 1.19.1openal-soft-1.19.1
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 79df5c5f..39b80250 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -103,7 +103,7 @@ ENDIF() SET(LIB_MAJOR_VERSION "1") SET(LIB_MINOR_VERSION "19") -SET(LIB_REVISION "0") +SET(LIB_REVISION "1") SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION}") SET(EXPORT_DECL "") |