Moved to 2.3.x release

This commit is contained in:
Luca Deri 2018-06-08 08:21:27 +02:00
parent 1893ad549b
commit 73cd299275
3 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ project(n2n)
cmake_minimum_required(VERSION 2.6) cmake_minimum_required(VERSION 2.6)
# N2n information # N2n information
set(N2N_VERSION 2.1.0) set(N2N_VERSION 2.3.0)
set(N2N_OSNAME ${CMAKE_SYSTEM}) set(N2N_OSNAME ${CMAKE_SYSTEM})
# N2n specific params # N2n specific params

View File

@ -1,5 +1,5 @@
N2N_VERSION=2.1.0 N2N_VERSION=2.3.0
N2N_OSNAME=$(shell uname -p) N2N_OSNAME=$(shell uname -p)
######## ########

View File

@ -1,11 +1,11 @@
Summary: N2N peer-to-peer virtual private network system. Summary: N2N peer-to-peer virtual private network system.
Name: n2n Name: n2n
Version: 2.1.0 Version: 2.3.0
Release: 1 Release: 1
License: GPLv3 License: GPLv3
Vendor: ntop.org Vendor: ntop.org
Group: None Group: None
URL: http://www.ntop.org/n2n URL: http://www.ntop.org/
Source0: %{name}-%{version}.tar.gz Source0: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root