diff --git a/CMakeLists.txt b/CMakeLists.txt index 24e9361..af87762 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ project(n2n) cmake_minimum_required(VERSION 2.6) # N2n information -set(N2N_VERSION 2.1.0) +set(N2N_VERSION 2.3.0) set(N2N_OSNAME ${CMAKE_SYSTEM}) # N2n specific params diff --git a/Makefile b/Makefile index 2eca42d..2b0d9b0 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -N2N_VERSION=2.1.0 +N2N_VERSION=2.3.0 N2N_OSNAME=$(shell uname -p) ######## diff --git a/n2n.spec b/n2n.spec index f5ee7d8..c783d2c 100644 --- a/n2n.spec +++ b/n2n.spec @@ -1,11 +1,11 @@ Summary: N2N peer-to-peer virtual private network system. Name: n2n -Version: 2.1.0 +Version: 2.3.0 Release: 1 License: GPLv3 Vendor: ntop.org Group: None -URL: http://www.ntop.org/n2n +URL: http://www.ntop.org/ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root