[Xfce4-commits] [apps/xfce4-terminal] 01/01: Return to git versioning and fix typos in NEWS

noreply at xfce.org noreply at xfce.org
Wed Sep 7 09:13:20 CEST 2016


This is an automated email from the git hooks/post-receive script.

f2404 pushed a commit to branch master
in repository apps/xfce4-terminal.

commit c61c6582f6607fda6c75bfe3355d5b6b480d0b0c
Author: Igor <f2404 at yandex.ru>
Date:   Wed Sep 7 10:13:14 2016 +0300

    Return to git versioning and fix typos in NEWS
---
 NEWS            | 4 ++--
 configure.ac.in | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/NEWS b/NEWS
index c4b86f2..63ea301 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
 0.6.92
 ======
-- Fix geometry setting (default ot provided via the command line option)
-  for GTK 3.20.5 (bug #12810)
+- Fix geometry setting (default or provided via the command line option)
+  for GTK 3.21.5 (bug #12810)
 - Remove "Update utmp/wtmp records when command is launched" setting since
   the feature has been removed from vte (bug #12817)
 - Replace deprecated GtkTable with GtkGrid in Preferences
diff --git a/configure.ac.in b/configure.ac.in
index 4dcaa91..073ce5a 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -9,11 +9,11 @@ dnl ***************************
 dnl *** Version information ***
 dnl ***************************
 m4_define([terminal_version_major], [0])
-m4_define([terminal_version_minor], [6])
-m4_define([terminal_version_micro], [92])
+m4_define([terminal_version_minor], [7])
+m4_define([terminal_version_micro], [0])
 m4_define([terminal_version_nano], [])
 m4_define([terminal_version_build], [@REVISION@])
-m4_define([terminal_version_tag], [])
+m4_define([terminal_version_tag], [git])
 m4_define([terminal_version_dbus], [5])
 m4_define([terminal_version], [terminal_version_major().terminal_version_minor().terminal_version_micro()ifelse(terminal_version_nano(), [], [], [.terminal_version_nano()])ifelse(terminal_version_tag(), [git], [terminal_version_tag()-terminal_version_build()], [terminal_version_tag()])])
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list