Skip to content

Commit 89a574f

Browse files
committed
Update project version to 2.0.5
Adjust project versioning: set project VERSION in CMakeLists.txt from 2.7.5 to 2.0.5 and update VERSION_MINOR in Solidify/src/ui.h from 7 to 0 so the version macros reflect 2.0.5.
1 parent df5b557 commit 89a574f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.20)
22

3-
project(Solidify LANGUAGES CXX C VERSION 2.7.5)
3+
project(Solidify LANGUAGES CXX C VERSION 2.0.5)
44

55
set(CMAKE_CONFIGURATION_TYPES "Debug;Release" CACHE STRING "Available build configurations" FORCE)
66

Solidify/src/ui.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#include <vector>
2323

2424
#define VERSION_MAJOR 2
25-
#define VERSION_MINOR 7
25+
#define VERSION_MINOR 0
2626
#define VERSION_PATCH 5
2727

2828
void

0 commit comments

Comments
 (0)