From 483ca6e56b93699451c39c156453c5d2a447a53f Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Tue, 24 Nov 2020 21:03:30 +0000 Subject: [PATCH] bumpRevision_0.27.4.9 --- CMakeLists.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c8f9d088..00018827 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)