aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-07-29 22:09:21 -0700
committerChris Robinson <[email protected]>2017-07-29 22:09:21 -0700
commitbf9c36408af9d45c99bc12b5b7b995aee628bdb6 (patch)
tree9ba1e84d25fbab365e81f2de5b9741fbdb41216a
parent12db67f548dfae5c9dc03fdf4d128cd1ed79f81d (diff)
Release 1.18.1openal-soft-1.18.1
-rw-r--r--CMakeLists.txt2
-rw-r--r--appveyor.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c2762a8d..64552acb 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 "0")
+SET(LIB_REVISION "1")
SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION}")
SET(EXPORT_DECL "")
diff --git a/appveyor.yml b/appveyor.yml
index 9c125358..c6c9ee88 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,4 +1,4 @@
-version: 1.18.0.{build}
+version: 1.18.1.{build}
environment:
matrix: