From 7a9b8dbc3e0f81d134ce2b255114d86d3e6837f5 Mon Sep 17 00:00:00 2001 From: gnunn1 Date: Sat, 18 Aug 2018 21:21:43 -0400 Subject: [PATCH] Update GtkD to 2.8.3, prep for next release --- configure.ac | 2 +- dub.json | 4 ++-- dub.selections.json | 2 +- source/gx/tilix/constants.d | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 56e221e4..d07e3fcc 100644 --- a/configure.ac +++ b/configure.ac @@ -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])]) diff --git a/dub.json b/dub.json index 0352d9b9..09075192 100644 --- a/dub.json +++ b/dub.json @@ -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": { diff --git a/dub.selections.json b/dub.selections.json index d5f6403c..1c560cc0 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -1,6 +1,6 @@ { "fileVersion": 1, "versions": { - "gtk-d": "3.8.2" + "gtk-d": "3.8.3" } } diff --git a/source/gx/tilix/constants.d b/source/gx/tilix/constants.d index 81620fee..6c9fc80c 100644 --- a/source/gx/tilix/constants.d +++ b/source/gx/tilix/constants.d @@ -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");