Version bump for development. (v1.6+)

This commit is contained in:
David Korth 2020-07-12 17:23:43 -04:00
parent 0136021beb
commit 1bb267ff7d
4 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# ROM Properties Page Shell Extension
CMAKE_MINIMUM_REQUIRED(VERSION 3.0)
CMAKE_POLICY(SET CMP0048 NEW)
PROJECT(rom-properties VERSION 1.6.0.0)
PROJECT(rom-properties VERSION 1.6.0.1)
# CMAKE_PROJECT_VERSION was introduced in 3.12.
IF(NOT CMAKE_PROJECT_VERSION OR NOT CMAKE_PROJECT_VERSION_MAJOR)

View File

@ -1,5 +1,7 @@
# Changes
## v1.7 (released 2020/??/??)
## v1.6 (released 2020/07/12)
* New parsers:

View File

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

View File

@ -191,7 +191,7 @@ if [ "x$git_repo_dir" != "x" ] && [ "x${abs_repo_dir}" = "x${abs_srcdir}/.git" ]
# This happens, is OK, and "(no branch)" is what "git branch" prints.
git_branch="(no branch)"
fi
git_dirty=yes
git_dirty=no
# git-1.4 does not understand "git-diff-files --quiet"
# git-1.4 does not understand "git-diff-index --cached --quiet HEAD"
if [ "x$($GIT diff-files)" = "x" ] && [ "x$($GIT diff-index --cached HEAD)" = "x" ]; then