Skip to content

Commit

Permalink
1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kirb committed Jan 11, 2023
1 parent 676e536 commit 442d9fc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions activex/LegacyUpdateOCX.rc
Expand Up @@ -57,8 +57,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,4,1,0
PRODUCTVERSION 1,4,1,0
FILEVERSION 1,5,0,0
PRODUCTVERSION 1,5,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -75,12 +75,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Hashbang Productions"
VALUE "FileDescription", "Legacy Update ActiveX Control"
VALUE "FileVersion", "1.4.1.0"
VALUE "FileVersion", "1.5.0.0"
VALUE "InternalName", "LegacyUpdateOCX.dll"
VALUE "LegalCopyright", "© Hashbang Productions. All rights reserved."
VALUE "OriginalFilename", "LegacyUpdateOCX.dll"
VALUE "ProductName", "Legacy Update"
VALUE "ProductVersion", "1.4.1.0"
VALUE "ProductVersion", "1.5.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
5 changes: 3 additions & 2 deletions activex/build/setup.nsi
Expand Up @@ -6,8 +6,8 @@
!define MUI_CUSTOMFUNCTION_ABORT CleanUpRunOnce

!define NAME "Legacy Update"
!define VERSION "1.4.1"
!define LONGVERSION "1.4.1.0"
!define VERSION "1.5"
!define LONGVERSION "1.5.0.0"
!define DOMAIN "legacyupdate.net"

!define WEBSITE "http://legacyupdate.net/"
Expand Down Expand Up @@ -73,6 +73,7 @@ VIFileVersion ${LONGVERSION}
!include Win\WinError.nsh
!include Win\WinNT.nsh
!include WinMessages.nsh
!include WinCore.nsh
!include WinVer.nsh
!include WordFunc.nsh
!include x64.nsh
Expand Down

0 comments on commit 442d9fc

Please sign in to comment.