Skip to content

Commit

Permalink
bump_v1.00_version
Browse files Browse the repository at this point in the history
  • Loading branch information
clanmills committed Apr 11, 2021
1 parent 0dd8706 commit 350b7b0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions 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)
Expand Down

0 comments on commit 350b7b0

Please sign in to comment.