Skip to content

Commit 66f557a

Browse files
committed
3.0 stable
1 parent 9c50e96 commit 66f557a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SET(CMAKE_VERBOSE_MAKEFILE ON)
66
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
77

88
# N2n release information
9-
set(N2N_VERSION "2.9.0")
9+
set(N2N_VERSION "3.0.0")
1010
set(N2N_OSNAME ${CMAKE_SYSTEM_NAME})
1111
execute_process(
1212
COMMAND git status

autogen.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env bash
22

33
# NOTE: update version in CMakeLists.txt after changing these
4-
N2N_MAJOR="2"
5-
N2N_MINOR="9"
4+
N2N_MAJOR="3"
5+
N2N_MINOR="0"
66
N2N_PATCH="0"
77

88
N2N_VERSION_SHORT="$N2N_MAJOR.$N2N_MINOR.$N2N_PATCH"

0 commit comments

Comments
 (0)