Skip to content

Commit

Permalink
Bump version again :/
Browse files Browse the repository at this point in the history
  • Loading branch information
jbzdarkid committed Nov 17, 2018
1 parent 1501b17 commit 1ec3ab8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion App/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#define MAJOR 4
#define MINOR 0
#define PATCH 5
#define PATCH 6

#define VERSION_STR TO_STRING(MAJOR) L"." TO_STRING(MINOR) L"." TO_STRING(PATCH)
#define VERSION MAJOR, MINOR, PATCH
Expand Down
6 changes: 3 additions & 3 deletions Installer/Installer.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -162,15 +162,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:Witness Randomizer"
"ProductCode" = "8:{4CD5A308-B14D-48BA-A677-08026664CC30}"
"PackageCode" = "8:{9E5B2E28-1FE1-41FF-ADCD-4C86649EFB9F}"
"ProductCode" = "8:{F734652B-1189-42EB-8C54-74AB360F0718}"
"PackageCode" = "8:{E6989EBD-B3C8-4CE2-A119-ED1614339ED2}"
"UpgradeCode" = "8:{4CB5496B-A47E-41D3-B4A7-677E29AB7513}"
"AspNetVersion" = "8:2.0.50727.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:FALSE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:4.0.5"
"ProductVersion" = "8:4.0.6"
"Manufacturer" = "8:jbzdarkid"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:https://www.github.com/jbzdarkid/witness-randomizer/issues"
Expand Down

0 comments on commit 1ec3ab8

Please sign in to comment.