diff options
author | Chris Robinson <[email protected]> | 2018-09-06 14:35:18 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-09-06 14:35:18 -0700 |
commit | 96aacac10ca852fc30fd7f72f3e3c6ddbe02858c (patch) | |
tree | fe46ce60b95631123085627a591dbb952191d85f | |
parent | 4c32a0aba7b1e10946d3f938e945e7b6f1e98e55 (diff) |
Release 1.19.0openal-soft-1.19.0
-rw-r--r-- | CMakeLists.txt | 4 | ||||
-rw-r--r-- | appveyor.yml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 884006fd..f6d0037e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -102,8 +102,8 @@ IF(NOT LIBTYPE) ENDIF() SET(LIB_MAJOR_VERSION "1") -SET(LIB_MINOR_VERSION "18") -SET(LIB_REVISION "2") +SET(LIB_MINOR_VERSION "19") +SET(LIB_REVISION "0") SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION}") SET(EXPORT_DECL "") diff --git a/appveyor.yml b/appveyor.yml index 0e5b7ce4..6d826eed 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.18.2.{build} +version: 1.19.0.{build} environment: matrix: |