[Xfce4-commits] [panel-plugins/xfce4-eyes-plugin] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Sat Jun 11 01:51:50 CEST 2016
This is an automated email from the git hooks/post-receive script.
andre pushed a commit to branch master
in repository panel-plugins/xfce4-eyes-plugin.
commit 4876737ad13de781dba5eaf9cf1e4068d101e84f
Author: Andre Miranda <andre42m at gmail.com>
Date: Fri Jun 10 20:45:03 2016 -0300
Updates for release
---
NEWS | 5 +++++
configure.ac.in | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 7fb0a98..2e7c91b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+4.5.0 (2016-06-10)
+------------------
+- Fix GTK_CHECK_VERSION for GdkSeat (bug #12633)
+- Translation updates: Catalan
+
4.4.99 (2016-06-08)
------------------
- Port to gtk+3/libxfce4ui-2/libxfce4panel-2.0
diff --git a/configure.ac.in b/configure.ac.in
index 09a46ee..69f22e7 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -5,8 +5,8 @@ dnl ***************************
dnl *** Version information ***
dnl ***************************
m4_define([eyes_version_major], [4])
-m4_define([eyes_version_minor], [4])
-m4_define([eyes_version_micro], [99])
+m4_define([eyes_version_minor], [5])
+m4_define([eyes_version_micro], [0])
m4_define([eyes_version_build], [r at REVISION@])
m4_define([eyes_version_tag], [git])
m4_define([eyes_version], [eyes_version_major().eyes_version_minor().eyes_version_micro()ifelse(eyes_version_tag(), [git], [eyes_version_tag()-eyes_version_build()], [eyes_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