Skip to content

Commit

Permalink
Actually bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jbzdarkid committed May 4, 2019
1 parent a8ed624 commit edef920
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 5
#define MINOR 0
#define PATCH 2
#define PATCH 3

#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:{9861427A-E0B5-4EF4-9309-8CAA612824A9}"
"PackageCode" = "8:{AF03D1C0-B9F8-4BE0-AC83-E70476129084}"
"ProductCode" = "8:{4A738738-3445-4A55-8385-2A3CBCA65058}"
"PackageCode" = "8:{D8FAEE19-866A-461E-970D-EAB581DF3E75}"
"UpgradeCode" = "8:{4CB5496B-A47E-41D3-B4A7-677E29AB7513}"
"AspNetVersion" = "8:2.0.50727.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:5.0.2"
"ProductVersion" = "8:5.0.3"
"Manufacturer" = "8:jbzdarkid"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:https://www.github.com/jbzdarkid/witness-randomizer/issues"
Expand Down

0 comments on commit edef920

Please sign in to comment.