Release 1.20.0

This commit is contained in:
Chris Robinson
2019-11-28 00:45:08 -08:00
parent 39e3484dbe
commit c0cf323e1d
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -114,8 +114,8 @@ IF(NOT LIBTYPE)
ENDIF()
SET(LIB_MAJOR_VERSION "1")
SET(LIB_MINOR_VERSION "19")
SET(LIB_REVISION "1")
SET(LIB_MINOR_VERSION "20")
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.19.1.{build}
version: 1.20.0.{build}
environment:
matrix: