mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 11:35:38 -04:00
Version bump for development. (v1.6+)
This commit is contained in:
parent
0136021beb
commit
1bb267ff7d
@ -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)
|
||||
|
2
NEWS.md
2
NEWS.md
@ -1,5 +1,7 @@
|
||||
# Changes
|
||||
|
||||
## v1.7 (released 2020/??/??)
|
||||
|
||||
## v1.6 (released 2020/07/12)
|
||||
|
||||
* New parsers:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user