From 7b15178f661403376d19692eac3ed75242d3e157 Mon Sep 17 00:00:00 2001 From: clanmills Date: Sun, 31 May 2020 10:27:53 +0100 Subject: [PATCH] Dump revision number. --- CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0f160079..1754e0f7 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.20 # 0.27.3 = GM + VERSION 0.27.3.2 # 0.27.3 = GM # 0.27.3.00 = GM Preview # 0.27.3.09 = Not For Release - # 0.27.3.1 = RC1 - # 0.27.3.10 = RC1 Preview - # 0.27.3.19 = RC1 Not for release + # 0.27.3.2 = RC2 + # 0.27.3.20 = RC2 Preview + # 0.27.3.29 = RC2 Not for release LANGUAGES CXX C ) include(cmake/mainSetup.cmake REQUIRED)