Skip to content

Commit

Permalink
Updated version number for release 21.2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
salami-ch committed Mar 16, 2023
1 parent a0c58f5 commit 477b860
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion nzbget.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<AdditionalIncludeDirectories>.\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)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;PACKAGE="nzbget";VERSION="21.2.2.1";NDEBUG;_CONSOLE;_WIN32_WINNT=0x0403;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>WIN32;PACKAGE="nzbget";VERSION="21.2.3.1";NDEBUG;_CONSOLE;_WIN32_WINNT=0x0403;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ExceptionHandling>Sync</ExceptionHandling>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<PrecompiledHeader>Use</PrecompiledHeader>
Expand Down
2 changes: 1 addition & 1 deletion windows/nzbget-setup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions windows/resources/nzbget.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down

0 comments on commit 477b860

Please sign in to comment.