Version bump for development. (v1.3+)

This commit is contained in:
David Korth 2018-06-03 00:35:18 -04:00
parent 845ad3ab94
commit 749ed38c61
3 changed files with 4 additions and 2 deletions

View File

@ -44,7 +44,7 @@ SET(AUTHOR "David Korth")
SET(VERSION_MAJOR 1)
SET(VERSION_MINOR 3)
SET(VERSION_PATCH 0)
SET(VERSION_DEVEL 0)
SET(VERSION_DEVEL 1)
IF(VERSION_PATCH)
SET(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
ELSE(VERSION_PATCH)

View File

@ -1,5 +1,7 @@
# Changes
## v1.4 (released 2018/??/??)
## v1.3 - The Internationalization Release (released 2018/06/02)
* New features:

View File

@ -1,5 +1,5 @@
# AppVeyor configuration file.
version: '1.2.0.{build}'
version: '1.3.0.{build}'
# Build worker image (VM template)
image: Visual Studio 2013