Skip to content

Commit

Permalink
argh
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkite committed Sep 11, 2016
1 parent 4c00634 commit e067f58
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
terrafirma (3.0.13) vivid; urgency=medium
terrafirma (3.0.14) vivid; urgency=medium

* Updated for 1.3.3
* Updated for 1.3.3.1

-- Sean Kasun <[email protected]> Fri, 9 Sep 2016 17:46:29 -0700

Expand Down
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ int main(int argc, char *argv[]) {
app.installTranslator(&translator);

app.setApplicationName("Terrafirma");
app.setApplicationVersion("3.0.13");
app.setApplicationVersion("3.0.14");
app.setOrganizationName("seancode");

MainWindow w;
Expand Down
2 changes: 1 addition & 1 deletion terrafirma.wxs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!-- Increase product version each release.. and that's the only change -->
<?define ProductVersion="3.0.13.0"?>
<?define ProductVersion="3.0.14.0"?>
<?define ProductUpgradeCode="77851f13-31d3-473a-8654-5b6325fc53ab"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" Name="Terrafirma" Language="1033" Version="$(var.ProductVersion)" Manufacturer="Sean Kasun" UpgradeCode="$(var.ProductUpgradeCode)">
Expand Down

3 comments on commit e067f58

@enigmaquip
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Best commit title ever

@enigmaquip
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Never gonna believe this.... another bugfix.... 1.3.3.2..... no world version change!

@mrkite
Copy link
Owner Author

@mrkite mrkite commented on e067f58 Sep 13, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank god.

Please sign in to comment.