[Xfce4-commits] [apps/xfmpc] 01/02: Updates for release
noreply at xfce.org
noreply at xfce.org
Wed Feb 27 01:34:41 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 apps/xfmpc.
commit e2cba7f49703525c747f30edae57e1d6122274d8
Author: Andre Miranda <andreldm at xfce.org>
Date: Tue Feb 26 21:29:44 2019 -0300
Updates for release
---
NEWS | 6 ++++++
configure.in.in | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index 333c17e..896172c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+ 0.2.90 (2019-02-26)
+
+- GTK3 Port! (Thanks Johannes)
+- Resume playback after replacing queue (#9100)
+- Tons of translation updates!
+
0.2.3 (2016-06-30)
- Fix ambiguity between GLib.Timeout and Gtk.Timeout (#11062)
diff --git a/configure.in.in b/configure.in.in
index c4c0347..cc350b6 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -9,7 +9,7 @@ dnl *** Version information ***
dnl ***************************
m4_define([xfmpc_version_major], [0])
m4_define([xfmpc_version_minor], [2])
-m4_define([xfmpc_version_micro], [3])
+m4_define([xfmpc_version_micro], [90])
m4_define([xfmpc_version_build], [@REVISION@])
m4_define([xfmpc_version_tag], []) # leave empty for release
m4_define([xfmpc_version], [xfmpc_version_major().xfmpc_version_minor().xfmpc_version_micro()ifelse(xfmpc_version_tag(), [git], [xfmpc_version_tag()-xfmpc_version_build()], [xfmpc_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