Skip to content

Commit

Permalink
Update GtkD to 2.8.3, prep for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunn1 committed Aug 19, 2018
1 parent 8698d43 commit 7a9b8db
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -40,7 +40,7 @@ case $(basename $DC) in
esac

# Checks for libraries.
GTKDVER=3.8.2
GTKDVER=3.8.3
# Use pkg-config to look for gtkd. Tries to find a compiler specific suffix, then falls back to suffix-less
PKG_CHECK_MODULES([GTKD], [gtkd-3$DC_SUFFIX >= $GTKDVER vted-3$DC_SUFFIX >= $GTKDVER],,
[PKG_CHECK_MODULES([GTKD], [gtkd-3 >= $GTKDVER vted-3 >= $GTKDVER])])
Expand Down
4 changes: 2 additions & 2 deletions dub.json
Expand Up @@ -7,10 +7,10 @@
"dflags-ldc": ["-disable-linker-strip-dead","-defaultlib=:libphobos2-ldc.a,:libdruntime-ldc.a"],
"dependencies": {
"gtk-d:gtkd": {
"version": "3.8.2"
"version": "3.8.3"
},
"gtk-d:vte": {
"version": "3.8.2"
"version": "3.8.3"
}
},
"buildTypes": {
Expand Down
2 changes: 1 addition & 1 deletion dub.selections.json
@@ -1,6 +1,6 @@
{
"fileVersion": 1,
"versions": {
"gtk-d": "3.8.2"
"gtk-d": "3.8.3"
}
}
2 changes: 1 addition & 1 deletion source/gx/tilix/constants.d
Expand Up @@ -71,7 +71,7 @@ enum APPLICATION_ID = "com.gexperts.Tilix";

// Application values used in About Dialog
enum APPLICATION_NAME = "Tilix";
enum APPLICATION_VERSION = "1.8.2-0.0.3";
enum APPLICATION_VERSION = "1.8.3";
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 7a9b8db

Please sign in to comment.