Skip to content

Commit 30d7a3d

Browse files
committed
Increased version number to 5.0.0. First bump in 13 years, lots of changes, including added cmake config setup.
1 parent e36e87f commit 30d7a3d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ PROJECT(GoTools)
44
CMAKE_MINIMUM_REQUIRED(VERSION 3.5)
55

66
# Set version info
7-
SET(GoTools_VERSION_MAJOR 4)
8-
SET(GoTools_VERSION_MINOR 3)
7+
SET(GoTools_VERSION_MAJOR 5)
8+
SET(GoTools_VERSION_MINOR 0)
99
SET(GoTools_VERSION_PATCH 0)
1010
SET(GoTools_VERSION "${GoTools_VERSION_MAJOR}.${GoTools_VERSION_MINOR}.${GoTools_VERSION_PATCH}")
1111
SET(GoTools_ABI_VERSION "${GoTools_VERSION_MAJOR}.${GoTools_VERSION_MINOR}" CACHE INTERNAL "GoTools ABI version")

0 commit comments

Comments
 (0)