From cef8f011cd62799c4accf6ed31f8bb09005644b2 Mon Sep 17 00:00:00 2001 From: gnunn1 Date: Sat, 14 Oct 2017 10:02:16 -0400 Subject: [PATCH] Change version number to 1.7.0 --- source/gx/tilix/constants.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/gx/tilix/constants.d b/source/gx/tilix/constants.d index ad4403c0..15bc4d77 100644 --- a/source/gx/tilix/constants.d +++ b/source/gx/tilix/constants.d @@ -73,7 +73,7 @@ enum APPLICATION_ID = "com.gexperts.Tilix"; // Application values used in About Dialog enum APPLICATION_NAME = "Tilix"; -enum APPLICATION_VERSION = "1.7.0-0.0.1"; +enum APPLICATION_VERSION = "1.7.0"; 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");