[Xfce4-commits] [panel-plugins/xfce4-weather-plugin] 02/03: Updates for release
noreply at xfce.org
noreply at xfce.org
Mon Apr 25 02:26:41 CEST 2016
This is an automated email from the git hooks/post-receive script.
hjudt pushed a commit to branch master
in repository panel-plugins/xfce4-weather-plugin.
commit d1b4a8d4de115207e8cecfedcc31fcf707c77e0f
Author: Harald Judt <h.judt at gmx.at>
Date: Thu Apr 21 18:02:25 2016 +0200
Updates for release
---
NEWS | 6 ++++++
configure.ac.in | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index fed9a7f..bd55030 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+0.8.7
+=====
+- Use met.no sunrise-1.1 API (bug #12333)
+- Translation updates: Catalan, Finnish, Greek, Hebrew, Hungarian,
+ Icelandic, Italian, Korean, Lithuanian, Slovak, Spanish, Swedish
+
0.8.6
=====
- Add ACLOCAL_AMFLAGS to Makefile.am
diff --git a/configure.ac.in b/configure.ac.in
index c5a40a1..03e371e 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -10,9 +10,9 @@ dnl *** Version information ***
dnl ***************************
m4_define([weather_version_major], [0])
m4_define([weather_version_minor], [8])
-m4_define([weather_version_micro], [6])
+m4_define([weather_version_micro], [7])
m4_define([weather_version_build], [@REVISION@])
-m4_define([weather_version_tag], [git])
+m4_define([weather_version_tag], [])
m4_define([weather_version], [weather_version_major().weather_version_minor().weather_version_micro()ifelse(weather_version_tag(), [git], [weather_version_tag()-weather_version_build()], [weather_version_tag()])])
dnl ***************************
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list