[Xfce4-commits] [panel-plugins/xfce4-eyes-plugin] 03/03: Updates for release

noreply at xfce.org noreply at xfce.org
Sun Mar 15 20:32:05 CET 2015


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

hjudt pushed a commit to branch master
in repository panel-plugins/xfce4-eyes-plugin.

commit d441294d8abbd4a2306f7e34df33e48d3585b1d3
Author: Harald Judt <h.judt at gmx.at>
Date:   Sun Mar 15 20:23:49 2015 +0100

    Updates for release
---
 NEWS            |    7 +++++++
 configure.ac.in |    6 +++---
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index f5649c7..fdc13b5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+4.4.4 (2015-03-15)
+------------------
+- Add ACLOCAL_AMFLAGS to Makefile.am
+- Add .gitignore
+- Fix IT_PROG_INTLTOOL warning.
+- Translation updates: Hebrew, Lithuania, Slovak
+
 4.4.3 (2014-12-23)
 ------------------
 - Many translation updates.
diff --git a/configure.ac.in b/configure.ac.in
index f3c9d4b..894eb04 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -6,15 +6,15 @@ dnl *** Version information ***
 dnl ***************************
 m4_define([eyes_version_major], [4])
 m4_define([eyes_version_minor], [4])
-m4_define([eyes_version_micro], [3])
+m4_define([eyes_version_micro], [4])
 m4_define([eyes_version_build], [r at REVISION@])
-m4_define([eyes_version_tag], [git])
+m4_define([eyes_version_tag], [])
 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()])])
 
 dnl ***************************
 dnl *** Initialize autoconf ***
 dnl ***************************
-AC_COPYRIGHT([Copyright (c) 2006-2013 The Xfce development team])
+AC_COPYRIGHT([Copyright (c) 2006-2015 The Xfce development team])
 AC_INIT([xfce4-eyes-plugin], [eyes_version], [http://bugzilla.xfce.org/], [xfce4-eyes-plugin])
 AC_PREREQ([2.60])
 AC_CONFIG_MACRO_DIR([m4])

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


More information about the Xfce4-commits mailing list