Skip to content

Commit

Permalink
Update Version
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunn1 committed Jul 21, 2016
1 parent 9525c0e commit 2709218
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/gx/terminix/constants.d
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ enum APPLICATION_ID = "com.gexperts.Terminix";

// Application values used in About Dialog
enum APPLICATION_NAME = "Terminix";
enum APPLICATION_VERSION = "1.1.1";
enum APPLICATION_VERSION = "1.2.0";
enum APPLICATION_AUTHOR = "Gerald Nunn";
enum APPLICATION_COPYRIGHT = "Copyright \xc2\xa9 2016 " ~ APPLICATION_AUTHOR;
enum APPLICATION_COMMENTS = N_("A VTE based terminal emulator for Linux");
Expand Down Expand Up @@ -81,4 +81,4 @@ enum APPLICATION_RESOURCE_ROOT = "/com/gexperts/Terminix";
immutable string[] APPLICATION_CSS_RESOURCES = ["css/terminix.base.css"];

immutable string SHORTCUT_UI_RESOURCE = APPLICATION_RESOURCE_ROOT ~ "/ui/shortcuts.ui";
immutable string SHORTCUT_LOCALIZATION_CONTEXT = "shortcut window";
immutable string SHORTCUT_LOCALIZATION_CONTEXT = "shortcut window";

2 comments on commit 2709218

@dsboger-zz
Copy link
Contributor

Choose a reason for hiding this comment

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

The tag for this release got named 1.20. Is that an intentional change in the numbering or a typo? Assuming the latter, if the next release is tagged as 1.2.1, some tools might think that is an older release, as 1.2.1 < 1.20.

@gnunn1
Copy link
Owner Author

@gnunn1 gnunn1 commented on 2709218 Jul 21, 2016

Choose a reason for hiding this comment

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

It's a typo, I've updated the tag for the release. Thanks for catching this.

Please sign in to comment.