Skip to content

Commit 3848a03

Browse files
committed
CMake: Drop alpha version prefix
1 parent 882b2de commit 3848a03

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
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.15)
44
project(InfclassR
55
VERSION 1.5.0
66
)
7-
set(VERSION_SUFFIX "_a8")
7+
set(VERSION_SUFFIX "")
88

99
set(CMAKE_CXX_STANDARD 20)
1010
set(CMAKE_CXX_STANDARD_REQUIRED ON)

0 commit comments

Comments
 (0)