Browse Source

Moved to 2.3.x release

pull/26/head
Luca Deri 6 years ago
parent
commit
73cd299275
  1. 2
      CMakeLists.txt
  2. 2
      Makefile
  3. 4
      n2n.spec

2
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

2
Makefile

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

4
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

Loading…
Cancel
Save