Skip to content

Commit 5fcd07a

Browse files
committed
发布第一个可正式使用的版本 v1.0.0
1 parent b095f0e commit 5fcd07a

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
@@ -8,8 +8,8 @@ add_definitions('-std=c++20')
88
add_definitions('-Wno-div-by-zero')
99

1010
# Set project version
11-
set(E2Lan_VERSION_MAJOR "0")
12-
set(E2Lan_VERSION_MINOR "1")
11+
set(E2Lan_VERSION_MAJOR "1")
12+
set(E2Lan_VERSION_MINOR "0")
1313
set(E2Lan_VERSION_PATCH "0")
1414
set(E2Lan_VERSION_EXTRA "")
1515
set(E2Lan_VERSION "${E2Lan_VERSION_MAJOR}.${E2Lan_VERSION_MINOR}")

0 commit comments

Comments
 (0)