We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c50e96 commit 66f557aCopy full SHA for 66f557a
CMakeLists.txt
@@ -6,7 +6,7 @@ SET(CMAKE_VERBOSE_MAKEFILE ON)
6
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
7
8
# N2n release information
9
-set(N2N_VERSION "2.9.0")
+set(N2N_VERSION "3.0.0")
10
set(N2N_OSNAME ${CMAKE_SYSTEM_NAME})
11
execute_process(
12
COMMAND git status
autogen.sh
@@ -1,8 +1,8 @@
1
#!/usr/bin/env bash
2
3
# NOTE: update version in CMakeLists.txt after changing these
4
-N2N_MAJOR="2"
5
-N2N_MINOR="9"
+N2N_MAJOR="3"
+N2N_MINOR="0"
N2N_PATCH="0"
N2N_VERSION_SHORT="$N2N_MAJOR.$N2N_MINOR.$N2N_PATCH"
0 commit comments