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 /CMakeLists.txt | |
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.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 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 "") |