From cd7721c818a7d8a69b5aae6a016da2da6e851bb3 Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Thu, 18 Mar 2021 17:59:31 +0000 Subject: [PATCH] Downgrade version to 0.27.4.10 = 0.27.4 RC1 Preview. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f8146ef7..f07e55a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required( VERSION 3.3.2 ) project(exiv2 # use TWEAK to categorize the build - VERSION 0.27.4.1 # 0.27.4 = GM (tagged and released) + VERSION 0.27.4.10 # 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)