From 077cb83c012033f7bbcf71355fb528e65857fd17 Mon Sep 17 00:00:00 2001 From: Jan Willamowius Date: Sun, 20 Oct 2024 09:49:33 +0200 Subject: [PATCH] start 5.14 development --- changes.txt | 3 +++ docs/manual/manual.sgml | 2 +- gnugk.rc | 8 ++++---- version.h | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/changes.txt b/changes.txt index af63521b..6a490ab2 100644 --- a/changes.txt +++ b/changes.txt @@ -1,3 +1,6 @@ +Changes from 5.13 to 5.14 +========================= + Changes from 5.12 to 5.13 ========================= - BUGFIX(ProxyChannel.cxx) check signaled RTP/RTCP source IP when doing port detection for H.239, fix clearing IP before port detection diff --git a/docs/manual/manual.sgml b/docs/manual/manual.sgml index e461fc04..caa87cbd 100644 --- a/docs/manual/manual.sgml +++ b/docs/manual/manual.sgml @@ -24,7 +24,7 @@ -Version 5.13 +Version 5.14 This manual explains how to compile, install, configure and monitor the diff --git a/gnugk.rc b/gnugk.rc index 2df5a04d..70e44df9 100644 --- a/gnugk.rc +++ b/gnugk.rc @@ -19,8 +19,8 @@ LANGUAGE 0, SUBLANG_NEUTRAL // LANGUAGE 0, SUBLANG_NEUTRAL 1 VERSIONINFO - FILEVERSION 5,13,0,0 - PRODUCTVERSION 5,13,0,0 + FILEVERSION 5,14,0,0 + PRODUCTVERSION 5,14,0,0 FILEOS VOS_UNKNOWN FILETYPE VFT_UNKNOWN FILESUBTYPE VFT2_UNKNOWN @@ -33,13 +33,13 @@ LANGUAGE 0, SUBLANG_NEUTRAL { VALUE "CompanyName", "GNU Gatekeeper Project" VALUE "FileDescription", "GNU Gatekeeper" - VALUE "FileVersion", "5.13" + VALUE "FileVersion", "5.14" VALUE "InternalName", "GnuGk" VALUE "LegalCopyright", "(c) 2024, GNU General Public License v2" VALUE "LegalTrademarks", " " VALUE "OriginalFilename", "gnugk.exe" VALUE "ProductName", "GnuGk" - VALUE "ProductVersion", "5.13" + VALUE "ProductVersion", "5.14" } } BLOCK "VarFileInfo" diff --git a/version.h b/version.h index 11d91178..67cc6bb1 100644 --- a/version.h +++ b/version.h @@ -22,7 +22,7 @@ /* Minor version number of the gatekeeper */ #ifndef GNUGK_MINOR_VERSION -# define GNUGK_MINOR_VERSION 13 +# define GNUGK_MINOR_VERSION 14 #endif /* Release status for the gatekeeper */