Skip to content

Commit

Permalink
Build with 3.5.1 version of GtkD
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunn1 committed Jun 4, 2017
1 parent f21195a commit ac8b9ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dflags-ldc": ["-disable-linker-strip-dead","-defaultlib=:libphobos2-ldc.a,:libdruntime-ldc.a"],

"dependencies": {
"gtk-d": "~>3.6.4"
"gtk-d": "~>3.5.1"
},

"buildTypes": {
Expand Down
2 changes: 1 addition & 1 deletion dub.selections.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"fileVersion": 1,
"versions": {
"gtk-d": "3.6.5"
"gtk-d": "3.5.1"
}
}
2 changes: 1 addition & 1 deletion source/gx/tilix/constants.d
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ enum APPLICATION_ID = "com.gexperts.Tilix";

// Application values used in About Dialog
enum APPLICATION_NAME = "Tilix";
enum APPLICATION_VERSION = "1.6.0";
enum APPLICATION_VERSION = "1.6.1";
enum APPLICATION_AUTHOR = "Gerald Nunn";
enum APPLICATION_COPYRIGHT = "Copyright \xc2\xa9 2017 " ~ APPLICATION_AUTHOR;
enum APPLICATION_COMMENTS = N_("A VTE based terminal emulator for Linux");
Expand Down

0 comments on commit ac8b9ab

Please sign in to comment.