Version bump for development. (v2.0.1+)

This commit is contained in:
David Korth 2025-06-17 21:27:15 -04:00
parent 5b3286af4d
commit 5effa63216
2 changed files with 4 additions and 2 deletions

View File

@ -10,7 +10,7 @@ CMAKE_POLICY(SET CMP0048 NEW)
# Introduced in CMake 3.3. # Introduced in CMake 3.3.
CMAKE_POLICY(SET CMP0063 NEW) CMAKE_POLICY(SET CMP0063 NEW)
SET(RVTHTOOL_VERSION 2.0.1.0) SET(RVTHTOOL_VERSION 2.0.1.1)
PROJECT(rvthtool-base VERSION ${RVTHTOOL_VERSION}) PROJECT(rvthtool-base VERSION ${RVTHTOOL_VERSION})
# CMAKE_PROJECT_VERSION was introduced in 3.12. # CMAKE_PROJECT_VERSION was introduced in 3.12.

View File

@ -1,6 +1,8 @@
# Changes # Changes
## v2.0.1 (released 2025/06/17) ## v2.1 (released ????/??/??)
## v2.0.1 - Windows UI Bugfix (released 2025/06/17)
* Bug fixes: * Bug fixes:
* Fix Windows UI issues: missing icons, proper Dark Mode support. * Fix Windows UI issues: missing icons, proper Dark Mode support.