From 477b86043fe5d69f2e1ffb13a3b9ec401a05204e Mon Sep 17 00:00:00 2001 From: salami-ch <122472756+salami-ch@users.noreply.github.com> Date: Thu, 16 Mar 2023 15:23:13 +0100 Subject: [PATCH] Updated version number for release 21.2.3.1 --- nzbget.vcxproj | 2 +- windows/nzbget-setup.nsi | 2 +- windows/resources/nzbget.rc | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/nzbget.vcxproj b/nzbget.vcxproj index 9dcb9916..ece3cce4 100755 --- a/nzbget.vcxproj +++ b/nzbget.vcxproj @@ -153,7 +153,7 @@ .\daemon\connect;.\daemon\extension;.\daemon\feed;.\daemon\frontend;.\daemon\main;.\daemon\nserv;.\daemon\nntp;.\daemon\postprocess;.\daemon\queue;.\daemon\remote;.\daemon\util;.\daemon\windows;.\lib\par2;.\lib\yencode;.\windows\resources;%(AdditionalIncludeDirectories) - WIN32;PACKAGE="nzbget";VERSION="21.2.2.1";NDEBUG;_CONSOLE;_WIN32_WINNT=0x0403;%(PreprocessorDefinitions) + WIN32;PACKAGE="nzbget";VERSION="21.2.3.1";NDEBUG;_CONSOLE;_WIN32_WINNT=0x0403;%(PreprocessorDefinitions) Sync MultiThreaded Use diff --git a/windows/nzbget-setup.nsi b/windows/nzbget-setup.nsi index 39114cc8..22d8ccda 100644 --- a/windows/nzbget-setup.nsi +++ b/windows/nzbget-setup.nsi @@ -180,7 +180,7 @@ WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\NZBGet" "U WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\NZBGet" "InstallLocation" "$INSTDIR" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\NZBGet" "Publisher" "nzbget.net" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\NZBGet" "DisplayIcon" "$\"$INSTDIR\nzbget.exe$\",0" -WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\NZBGet" "DisplayVersion" "21.2.2.1" +WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\NZBGet" "DisplayVersion" "21.2.3.1" ${GetSize} "$INSTDIR" "/S=0K" $0 $1 $2 IntFmt $0 "0x%08X" $0 diff --git a/windows/resources/nzbget.rc b/windows/resources/nzbget.rc index f42c638d..5bc8f8a6 100644 --- a/windows/resources/nzbget.rc +++ b/windows/resources/nzbget.rc @@ -245,8 +245,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // VS_VERSION_INFO VERSIONINFO - FILEVERSION 21,2,2,1 - PRODUCTVERSION 21,2,2,1 + FILEVERSION 21,2,3,1 + PRODUCTVERSION 21,2,3,1 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -263,12 +263,12 @@ BEGIN BEGIN VALUE "CompanyName", "The nzbget-ng Team" VALUE "FileDescription", "nzbget-ng" - VALUE "FileVersion", "21.2.2.1" + VALUE "FileVersion", "21.2.3.1" VALUE "InternalName", "nzbget.rc" VALUE "LegalCopyright", "Copyright � 2023 The nzbget-ng Team" VALUE "OriginalFilename", "nzbget.rc" VALUE "ProductName", "nzbget-ng" - VALUE "ProductVersion", "21.2.2.1" + VALUE "ProductVersion", "21.2.3.1" END END BLOCK "VarFileInfo"