diff options
author | Chris Robinson <[email protected]> | 2017-09-24 04:57:20 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-09-24 06:41:50 -0700 |
commit | ce6076091bac3c00cd10803916e8911495580bd0 (patch) | |
tree | aa984e5ecb374827786896c902841438c5926d5a | |
parent | dba8166b673fd9b094c2436819c345f0f4ff4607 (diff) |
Release 1.18.2openal-soft-1.18.2
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | appveyor.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9c791945..a871f4cf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -100,7 +100,7 @@ ENDIF() SET(LIB_MAJOR_VERSION "1") SET(LIB_MINOR_VERSION "18") -SET(LIB_REVISION "1") +SET(LIB_REVISION "2") SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION}") SET(EXPORT_DECL "") diff --git a/appveyor.yml b/appveyor.yml index c6c9ee88..eab4f397 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.18.1.{build} +version: 1.18.2.{build} environment: matrix: |