diff options
author | Chris Robinson <[email protected]> | 2016-01-24 19:12:39 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2016-01-24 19:12:39 -0800 |
commit | 0189b923a233e269b4c8f9d17f6475ace5e2e4de (patch) | |
tree | 1561d00c90acbfc18b027340680f026448cb53c1 | |
parent | 4fb252677958b1eb11327f5617f090afbdfb5a71 (diff) |
Release 1.17.2openal-soft-1.17.2
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c6262952..5784d351 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -83,7 +83,7 @@ ENDIF() SET(LIB_MAJOR_VERSION "1") SET(LIB_MINOR_VERSION "17") -SET(LIB_REVISION "1") +SET(LIB_REVISION "2") SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION}") SET(EXPORT_DECL "") |