From: Wolfgang Stöggl Date: Mon, 14 Mar 2022 20:24:09 +0000 (+0100) Subject: Update version to 1.8.0 for MSVC builds (#1160) X-Git-Tag: v1.9.0~39 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c1e083e810cc1f3a07bccc9bfbfcd36604bb9084;p=thirdparty%2Frrdtool-1.x.git Update version to 1.8.0 for MSVC builds (#1160) Includes version and copyright year updates to files in the win32 subdirectory after running the rrdtool-release script. --- diff --git a/win32/librrd-8.rc b/win32/librrd-8.rc index 1e946bd2..6cbde037 100644 --- a/win32/librrd-8.rc +++ b/win32/librrd-8.rc @@ -19,7 +19,7 @@ BEGIN BEGIN VALUE "Comments", "RRDtool is available under the terms of the GNU General Public License V2 or later" VALUE "CompanyName", "The RRDtool Project, https://oss.oetiker.ch/rrdtool/" - VALUE "LegalCopyright", "Copyright (c) 1998-2019 Tobias Oetiker" + VALUE "LegalCopyright", "Copyright (c) 1997-2022 Tobias Oetiker" VALUE "FileDescription", "time-series data storage and display system" VALUE "ProductName", "RRDtool" VALUE "FileVersion", PACKAGE_VERSION diff --git a/win32/rrd_config.h b/win32/rrd_config.h index 8a6cf2e5..7cc345a7 100644 --- a/win32/rrd_config.h +++ b/win32/rrd_config.h @@ -8,10 +8,10 @@ /* Version numbers are updated by the rrdtool-release script. */ #define PACKAGE_MAJOR 1 -#define PACKAGE_MINOR 7 -#define PACKAGE_REVISION 2 -#define PACKAGE_VERSION "1.7.2" -#define NUMVERS 1.7002 +#define PACKAGE_MINOR 8 +#define PACKAGE_REVISION 0 +#define PACKAGE_VERSION "1.8.0" +#define NUMVERS 1.8000 #define RRD_DEFAULT_FONT "Courier" diff --git a/win32/rrdcgi.rc b/win32/rrdcgi.rc index 3d09ae52..dc4b064b 100644 --- a/win32/rrdcgi.rc +++ b/win32/rrdcgi.rc @@ -19,7 +19,7 @@ BEGIN BEGIN VALUE "Comments", "RRDtool is available under the terms of the GNU General Public License V2 or later" VALUE "CompanyName", "The RRDtool Project, https://oss.oetiker.ch/rrdtool/" - VALUE "LegalCopyright", "Copyright (c) 1998-2019 Tobias Oetiker" + VALUE "LegalCopyright", "Copyright (c) 1997-2022 Tobias Oetiker" VALUE "FileDescription", "time-series data storage and display system" VALUE "ProductName", "RRDtool" VALUE "FileVersion", PACKAGE_VERSION diff --git a/win32/rrdtool.rc b/win32/rrdtool.rc index 9eb6a7c9..882f500f 100644 --- a/win32/rrdtool.rc +++ b/win32/rrdtool.rc @@ -19,7 +19,7 @@ BEGIN BEGIN VALUE "Comments", "RRDtool is available under the terms of the GNU General Public License V2 or later" VALUE "CompanyName", "The RRDtool Project, https://oss.oetiker.ch/rrdtool/" - VALUE "LegalCopyright", "Copyright (c) 1998-2019 Tobias Oetiker" + VALUE "LegalCopyright", "Copyright (c) 1997-2022 Tobias Oetiker" VALUE "FileDescription", "time-series data storage and display system" VALUE "ProductName", "RRDtool" VALUE "FileVersion", PACKAGE_VERSION diff --git a/win32/rrdupdate.rc b/win32/rrdupdate.rc index 971b6f19..ead83c5b 100644 --- a/win32/rrdupdate.rc +++ b/win32/rrdupdate.rc @@ -19,7 +19,7 @@ BEGIN BEGIN VALUE "Comments", "RRDtool is available under the terms of the GNU General Public License V2 or later" VALUE "CompanyName", "The RRDtool Project, https://oss.oetiker.ch/rrdtool/" - VALUE "LegalCopyright", "Copyright (c) 1998-2019 Tobias Oetiker" + VALUE "LegalCopyright", "Copyright (c) 1997-2022 Tobias Oetiker" VALUE "FileDescription", "time-series data storage and display system" VALUE "ProductName", "RRDtool" VALUE "FileVersion", PACKAGE_VERSION