From 73cd2992754614fee07f66caa6f0f4694bb1ff54 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Fri, 8 Jun 2018 08:21:27 +0200 Subject: [PATCH] Moved to 2.3.x release --- CMakeLists.txt | 2 +- Makefile | 2 +- n2n.spec | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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