Skip to content

Commit 7a9b8db

Browse files
committed
Update GtkD to 2.8.3, prep for next release
1 parent 8698d43 commit 7a9b8db

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ case $(basename $DC) in
4040
esac
4141

4242
# Checks for libraries.
43-
GTKDVER=3.8.2
43+
GTKDVER=3.8.3
4444
# Use pkg-config to look for gtkd. Tries to find a compiler specific suffix, then falls back to suffix-less
4545
PKG_CHECK_MODULES([GTKD], [gtkd-3$DC_SUFFIX >= $GTKDVER vted-3$DC_SUFFIX >= $GTKDVER],,
4646
[PKG_CHECK_MODULES([GTKD], [gtkd-3 >= $GTKDVER vted-3 >= $GTKDVER])])

dub.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"dflags-ldc": ["-disable-linker-strip-dead","-defaultlib=:libphobos2-ldc.a,:libdruntime-ldc.a"],
88
"dependencies": {
99
"gtk-d:gtkd": {
10-
"version": "3.8.2"
10+
"version": "3.8.3"
1111
},
1212
"gtk-d:vte": {
13-
"version": "3.8.2"
13+
"version": "3.8.3"
1414
}
1515
},
1616
"buildTypes": {

dub.selections.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"fileVersion": 1,
33
"versions": {
4-
"gtk-d": "3.8.2"
4+
"gtk-d": "3.8.3"
55
}
66
}

source/gx/tilix/constants.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ enum APPLICATION_ID = "com.gexperts.Tilix";
7171

7272
// Application values used in About Dialog
7373
enum APPLICATION_NAME = "Tilix";
74-
enum APPLICATION_VERSION = "1.8.2-0.0.3";
74+
enum APPLICATION_VERSION = "1.8.3";
7575
enum APPLICATION_AUTHOR = "Gerald Nunn";
7676
enum APPLICATION_COPYRIGHT = "Copyright \xc2\xa9 2017 " ~ APPLICATION_AUTHOR;
7777
enum APPLICATION_COMMENTS = N_("A VTE based terminal emulator for Linux");

0 commit comments

Comments
 (0)