mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 19:45:41 -04:00
Version bump for development. (v1.3+)
This commit is contained in:
parent
845ad3ab94
commit
749ed38c61
@ -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)
|
||||
|
2
NEWS.md
2
NEWS.md
@ -1,5 +1,7 @@
|
||||
# Changes
|
||||
|
||||
## v1.4 (released 2018/??/??)
|
||||
|
||||
## v1.3 - The Internationalization Release (released 2018/06/02)
|
||||
|
||||
* New features:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user