rom-properties 1.6.1

This commit is contained in:
David Korth 2020-07-12 23:57:27 -04:00
parent a4533f6f68
commit d793703740
2 changed files with 10 additions and 2 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.1)
PROJECT(rom-properties VERSION 1.6.1.0)
# CMAKE_PROJECT_VERSION was introduced in 3.12.
IF(NOT CMAKE_PROJECT_VERSION OR NOT CMAKE_PROJECT_VERSION_MAJOR)

10
NEWS.md
View File

@ -1,6 +1,14 @@
# Changes
## v1.7 (released 2020/??/??)
## v1.6.1 (released 2020/07/13)
* Bug fixes:
* Windows: Fixed a guaranteed crash when viewing the "ROM Properties" tab.
Fixes issue #236.
* Other changes:
* Windows: The rp-download User-Agent string now includes the OS version
number.
## v1.6 (released 2020/07/12)