Version bump for development. (v2.0+)

This commit is contained in:
David Korth 2025-06-17 00:42:36 -04:00
parent b0bdcdfa22
commit c2ee653c2e

View File

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