Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Commit

Permalink
Version 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mxre committed May 21, 2018
1 parent 6b1f6ee commit 9658f8e
Show file tree
Hide file tree
Showing 25 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
project(n2n C)
cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.7)

# N2n information
set(N2N_VERSION 2.1.0)
set(N2N_VERSION 2.2.0)
set(N2N_OSNAME ${CMAKE_SYSTEM_NAME})

# N2n specific params
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion edge.troff
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH edge 8 "May 19 2018" "n2n-2.1" "SUPERUSER COMMANDS"
.TH edge 8 "May 19 2018" "n2n-2.2" "SUPERUSER COMMANDS"
.SH NAME
edge \- n2n edge node daemon
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion supernode.troff
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH supernode 1 "May 19 2018" "n2n-2.1" "USER COMMANDS"
.TH supernode 1 "May 19 2018" "n2n-2.2" "USER COMMANDS"
.SH NAME
supernode \- n2n supernode daemon
.SH SYNOPSIS
Expand Down
8 changes: 4 additions & 4 deletions win32/edge.rc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#pragma code_page(65001)

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,1,0,0
PRODUCTVERSION 2,1,0,0
FILEVERSION 2,2,0,0
PRODUCTVERSION 2,2,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -17,7 +17,7 @@ VS_VERSION_INFO VERSIONINFO
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BLOCK "000904b0"
BEGIN
VALUE "FileDescription", "n2n edge"
VALUE "FileVersion", N2N_VERSION
Expand All @@ -28,6 +28,6 @@ BEGIN
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
VALUE "Translation", 0x009, 1200
END
END
8 changes: 4 additions & 4 deletions win32/sn.rc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#pragma code_page(65001)

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,1,0,0
PRODUCTVERSION 2,1,0,0
FILEVERSION 2,2,0,0
PRODUCTVERSION 2,2,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -17,7 +17,7 @@ VS_VERSION_INFO VERSIONINFO
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BLOCK "000904b0"
BEGIN
VALUE "FileDescription", "n2n supernode"
VALUE "FileVersion", N2N_VERSION
Expand All @@ -28,6 +28,6 @@ BEGIN
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
VALUE "Translation", 0x009, 1200
END
END

0 comments on commit 9658f8e

Please sign in to comment.