Skip to content

Commit

Permalink
Set the version number for the first alpha release.
Browse files Browse the repository at this point in the history
I don't think the Windows installer version numbers can have letters, so
we'll use 1.98.* for alpha, 1.99.* for beta, and 2.0.* for the final
release.
  • Loading branch information
cameronwhite committed Jul 27, 2014
1 parent 3078970 commit 88e525a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/common.wxi
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<?define ProductName="Power Tab Editor"?>
<?define ProductShortName="Power Tab"?>
<?define Manufacturer="Power Tab Community"?>
<?define Version="2.0.5"?>
<?define Version="1.98.1"?>
<?define UpgradeCode="6cab03ff-a31b-4c76-a4d1-20a37575896a"?>
<?define SourceDir="../source"?>
<?define BinDir="../build/bin"?>
Expand Down

0 comments on commit 88e525a

Please sign in to comment.