Skip to content

Commit

Permalink
Update SLMS version
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Mar 6, 2016
1 parent 7df5a7a commit 6be6da7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion SLMS/windows/SLMS.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "Selective Level Measuring Set"
!define PRODUCT_VERSION "1.0"
!define PRODUCT_VERSION "1.01"
!define PRODUCT_PUBLISHER "Bill Farmer"
!define PRODUCT_WEB_SITE "https://github.com/billthefarmer/audiotools"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\SLMS.exe"
Expand Down
8 changes: 4 additions & 4 deletions SLMS/windows/SLMS.rc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Knob BITMAP "Knob.bmp"
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "SLMS.manifest"

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0,0
PRODUCTVERSION 1,0,0,0
FILEVERSION 1,0,1,0
PRODUCTVERSION 1,0,1,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
FILEFLAGS 0x0L
FILEOS VOS__WINDOWS32
Expand All @@ -22,12 +22,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Bill Farmer"
VALUE "FileDescription", "Selective Level Measuring Set"
VALUE "FileVersion", "1.0"
VALUE "FileVersion", "1.01"
VALUE "InternalName", "SLMS"
VALUE "LegalCopyright", "Copyright (C) 2011 Bill Farmer"
VALUE "OriginalFilename", "SLMS.exe"
VALUE "ProductName", "SLMS"
VALUE "ProductVersion", "1.0"
VALUE "ProductVersion", "1.01"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 6be6da7

Please sign in to comment.