diff options
author | Chris Robinson <[email protected]> | 2017-09-24 07:06:50 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-09-24 07:06:50 -0700 |
commit | 2f6613905399aa06a253a421352e6fff57a1dce1 (patch) | |
tree | d4f6dee227d5be092d55c70916c6e5520842d3fd | |
parent | 8e64adb2d3aad1af34f68a2c55303d4d0b209e49 (diff) |
Update version for 1.18.2 release
Note the real release is in the v1.18 branch! This is just for numbering
consistency.
-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 b3e4c44d..8055146f 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: |