Merge pull request #1410 from Exiv2/bumpRevision_0.27.4.9

bumpRevision_0.27.4.9
This commit is contained in:
Robin Mills 2020-11-25 15:57:25 +00:00 committed by GitHub
commit 52fd70a85c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
cmake_minimum_required( VERSION 3.3.2 )
project(exiv2 # use TWEAK to categorize the build
VERSION 0.27.3 # 0.27.3 = GM
# 0.27.3.00 = GM Preview
# 0.27.3.09 = Not For Release
# 0.27.3.2 = RC2
# 0.27.3.20 = RC2 Preview
# 0.27.3.29 = RC2 Not for release
VERSION 0.27.4.9 # 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
LANGUAGES CXX
)
include(cmake/mainSetup.cmake REQUIRED)