From 61e43d4039277c538f3f6e0af7c988e7d71d8558 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 4 Jun 2017 07:31:22 -0700 Subject: Release 1.18.0 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index b7e459fd..6fcdb964 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -97,8 +97,8 @@ IF(NOT LIBTYPE) ENDIF() SET(LIB_MAJOR_VERSION "1") -SET(LIB_MINOR_VERSION "17") -SET(LIB_REVISION "2") +SET(LIB_MINOR_VERSION "18") +SET(LIB_REVISION "0") SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION}") SET(EXPORT_DECL "") -- cgit v1.2.3