From 2f6613905399aa06a253a421352e6fff57a1dce1 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 24 Sep 2017 07:06:50 -0700 Subject: Update version for 1.18.2 release Note the real release is in the v1.18 branch! This is just for numbering consistency. --- CMakeLists.txt | 2 +- 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: -- cgit v1.2.3