Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Sep 9, 2021
1 parent 5c248c7 commit 2506a07
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions swift/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.07</string>
<string>1.08</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.07</string>
<string>1.08</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.music</string>
<key>LSMinimumSystemVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion windows/Tuner.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 "Tuner"
!define PRODUCT_VERSION "1.06"
!define PRODUCT_VERSION "1.08"
!define PRODUCT_PUBLISHER "Bill Farmer"
!define PRODUCT_WEB_SITE "https://github.com/billthefarmer/c-tuner"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\Tuner.exe"
Expand Down
12 changes: 6 additions & 6 deletions windows/Tuner.rc
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Toolbar BITMAP "Toolbar.bmp"
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "Tuner.manifest"

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,6,0
PRODUCTVERSION 1,0,6,0
FILEVERSION 1,0,8,0
PRODUCTVERSION 1,0,8,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
FILEFLAGS 0x0L
FILEOS VOS__WINDOWS32
Expand All @@ -22,16 +22,16 @@ BEGIN
BEGIN
VALUE "CompanyName", "Bill Farmer"
VALUE "FileDescription", "Musical Instrument Tuner"
VALUE "FileVersion", "1.0.6"
VALUE "FileVersion", "1.0.8"
VALUE "InternalName", "Tuner"
VALUE "LegalCopyright", "Copyright (C) 2019 Bill Farmer"
VALUE "LegalCopyright", "Copyright (C) 2021 Bill Farmer"
VALUE "OriginalFilename", "Tuner.exe"
VALUE "ProductName", "Tuner"
VALUE "ProductVersion", "1.0.6"
VALUE "ProductVersion", "1.0.8"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x809, 0x4B0
END
END
END

0 comments on commit 2506a07

Please sign in to comment.