bump_v1.00_version

This commit is contained in:
Robin Mills 2021-04-11 07:11:37 +01:00
parent 0dd8706ae5
commit 350b7b0808

View File

@ -1,12 +1,12 @@
cmake_minimum_required( VERSION 3.3.2 )
project(exiv2 # use TWEAK to categorize the build
VERSION 0.27.4.2 # 0.27.4 = GM (tagged and released)
# 0.27.4.9 = 27.4.9 Development
# 0.27.4.00 = GM Preview
# 0.27.4.2 = RC2 (tagged and released)
# 0.27.4.20 = RC2 Preview
# 0.27.4.29 = RC2 Development
VERSION 1.00.0.9 # 1.00.0 = GM (tagged and released)
# 1.00.0.9 = 1.00.0 Development
# 1.00.0.00 = GM Preview
# 1.00.0.2 = RC2 (tagged and released)
# 1.00.0.20 = RC2 Preview
# 1.00.0.29 = RC2 Development
LANGUAGES CXX
)
include(cmake/mainSetup.cmake REQUIRED)