3.0 stable

This commit is contained in:
Luca Deri 2021-10-27 20:43:08 +02:00
parent 9c50e96e7b
commit 66f557af97
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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"