Skip to content

Commit e60b42a

Browse files
committed
cmake: bump version to 2.4.0
1 parent fc975b0 commit e60b42a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set(project_version_in_env $ENV{AS_RELEASE_VERSION})
33
# remove -rc1 like string in version name.
44

55
if ((NOT DEFINED project_version_in_env))
6-
set(project_version_in_env "2.0.0")
6+
set(project_version_in_env "2.4.0")
77
endif()
88

99
string(REGEX REPLACE "-rc[0-9]+" "" STRIPED_VERSION_STRING ${project_version_in_env})

0 commit comments

Comments
 (0)