Skip to content

Commit

Permalink
3.0 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaderi committed Oct 27, 2021
1 parent 9c50e96 commit 66f557a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SET(CMAKE_VERBOSE_MAKEFILE ON)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

# N2n release information
set(N2N_VERSION "2.9.0")
set(N2N_VERSION "3.0.0")
set(N2N_OSNAME ${CMAKE_SYSTEM_NAME})
execute_process(
COMMAND git status
Expand Down
4 changes: 2 additions & 2 deletions autogen.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env bash

# NOTE: update version in CMakeLists.txt after changing these
N2N_MAJOR="2"
N2N_MINOR="9"
N2N_MAJOR="3"
N2N_MINOR="0"
N2N_PATCH="0"

N2N_VERSION_SHORT="$N2N_MAJOR.$N2N_MINOR.$N2N_PATCH"
Expand Down

0 comments on commit 66f557a

Please sign in to comment.