[Xfce4-commits] [panel-plugins/xfce4-calculator-plugin] 02/03: Updates for release
noreply at xfce.org
noreply at xfce.org
Sun Jan 13 17:07:24 CET 2019
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository panel-plugins/xfce4-calculator-plugin.
commit 6db15f33ea73031afa3827087c32af1225a23a2f
Author: Andre Miranda <andreldm at xfce.org>
Date: Sun Jan 13 12:52:08 2019 -0300
Updates for release
---
NEWS | 8 ++++++++
configure.ac.in | 2 +-
m4/ltsugar.m4 | 2 +-
3 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index e69de29..a6a32c5 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,8 @@
+0.6.90
+=====
+- GTK3 Port
+- Bump to minimal Gtk to 3.22
+- Added option for hexadecimal output (Bug #12548)
+- Added modulo (%) operator (Bug #12548)
+- Added more tests (Bug #12548)
+- Updated FSF address (Bug #12543)
\ No newline at end of file
diff --git a/configure.ac.in b/configure.ac.in
index 264eaf8..1d58aec 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -10,7 +10,7 @@ dnl *** Version information ***
dnl ***************************
m4_define([calculator_version_major], [0])
m4_define([calculator_version_minor], [6])
-m4_define([calculator_version_micro], [0])
+m4_define([calculator_version_micro], [90])
m4_define([calculator_version],
[calculator_version_major().calculator_version_minor().calculator_version_micro()])
diff --git a/m4/ltsugar.m4 b/m4/ltsugar.m4
index ab69a6b..3985c56 100644
--- a/m4/ltsugar.m4
+++ b/m4/ltsugar.m4
@@ -1,6 +1,6 @@
# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
#
-# Copyright (C) 2004-2005, 2007-2008, 2011-2017 Free Software
+# Copyright (C) 2004-2005, 2007-2008, 2011-2018 Free Software
# Foundation, Inc.
# Written by Gary V. Vaughan, 2004
#
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list