Release 1.21.0

This commit is contained in:
Chris Robinson
2020-11-04 02:00:35 -08:00
parent ce52ecaa87
commit c0cbe602ce
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -142,8 +142,8 @@ if(NOT LIBTYPE)
endif()
set(LIB_MAJOR_VERSION "1")
set(LIB_MINOR_VERSION "20")
set(LIB_REVISION "1")
set(LIB_MINOR_VERSION "21")
set(LIB_REVISION "0")
set(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION}")
set(LIB_VERSION_NUM ${LIB_MAJOR_VERSION},${LIB_MINOR_VERSION},${LIB_REVISION},0)
+1 -1
View File
@@ -1,4 +1,4 @@
version: 1.20.1.{build}
version: 1.21.0.{build}
environment:
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017