From 350b7b0808673bff28de6c6e89263c7a782b633d Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Sun, 11 Apr 2021 07:11:37 +0100 Subject: [PATCH] bump_v1.00_version --- CMakeLists.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e03e840b47..5434be54e4 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.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)