We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b095f0e commit 5fcd07aCopy full SHA for 5fcd07a
1 file changed
CMakeLists.txt
@@ -8,8 +8,8 @@ add_definitions('-std=c++20')
8
add_definitions('-Wno-div-by-zero')
9
10
# Set project version
11
-set(E2Lan_VERSION_MAJOR "0")
12
-set(E2Lan_VERSION_MINOR "1")
+set(E2Lan_VERSION_MAJOR "1")
+set(E2Lan_VERSION_MINOR "0")
13
set(E2Lan_VERSION_PATCH "0")
14
set(E2Lan_VERSION_EXTRA "")
15
set(E2Lan_VERSION "${E2Lan_VERSION_MAJOR}.${E2Lan_VERSION_MINOR}")
0 commit comments