[Xfce4-commits] <xfce4-screenshooter:master> Get ready for 1.8.1.
Jérôme Guelfucci
noreply at xfce.org
Wed May 2 20:28:03 CEST 2012
Updating branch refs/heads/master
to b4a43fffec7c93d0fd0b6bb8a8bf9c130a9f7308 (commit)
from f2d9aac43df3991ee4088cb3f68f1ec1bcdd7ee1 (commit)
commit b4a43fffec7c93d0fd0b6bb8a8bf9c130a9f7308
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date: Wed May 2 20:12:15 2012 +0200
Get ready for 1.8.1.
NEWS | 8 +++++++-
configure.ac.in | 4 ++--
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 7c66b2f..ca969d5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-=== Version x.x.x ===
+=== Version 1.8.1 ===
* Enhancements:
- Adapting the panel plugin to xfce4-panel 4.9+. Andrzej.
@@ -12,6 +12,12 @@
- Drop AC_PROG_LIBTOOL in favor of LT_PREREQ and LT_INIT.
- Add explicit -lm link to LIBADD (bug #8230).
- Plugin installation location compatible with xfce4-panel 4.9+.
+ - Update outdated man page.
+
+ * Updated translations: Arabic, Brazilian, Bulgarian, Chinese, Czech,
+ Dutch, German, Icelandic, Japanese, Korean, Lithuanian, Portuguese,
+ Turkish, Ukrainian, Uyghur,
+
=== Version 1.8.0 ===
diff --git a/configure.ac.in b/configure.ac.in
index 7ff56b1..f5435f9 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -5,10 +5,10 @@ dnl
m4_define([xfce4_screenshooter_version_major], [1])
m4_define([xfce4_screenshooter_version_minor], [8])
-m4_define([xfce4_screenshooter_version_micro], [0])
+m4_define([xfce4_screenshooter_version_micro], [1])
m4_define([xfce4_screenshooter_version_nano], []) dnl leave this empty to have no nano version
m4_define([xfce4_screenshooter_version_build], [@REVISION@])
-m4_define([xfce4_screenshooter_version_tag], [git])
+m4_define([xfce4_screenshooter_version_tag], [])
m4_define([xfce4_screenshooter_version], [xfce4_screenshooter_version_major().xfce4_screenshooter_version_minor().xfce4_screenshooter_version_micro()ifelse(xfce4_screenshooter_version_nano(), [], [], [.xfce4_screenshooter_version_nano()])ifelse(xfce4_screenshooter_version_tag(), [git], [xfce4_screenshooter_version_tag()-xfce4_screenshooter_version_build()], [xfce4_screenshooter_version_tag()])])
AC_INIT([xfce4-screenshooter], [xfce4_screenshooter_version], [http://bugzilla.xfce.org/], [xfce4-screenshooter])
More information about the Xfce4-commits
mailing list