[Xfce4-commits] [panel-plugins/xfce4-weather-plugin] 04/05: Updates for release
noreply at xfce.org
noreply at xfce.org
Thu Feb 16 20:56:40 CET 2017
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 a0fa6ea2e4c3e8e8b67ff518f5ed36ca7911e6fc
Author: Harald Judt <h.judt at gmx.at>
Date: Thu Feb 16 20:34:15 2017 +0100
Updates for release
---
NEWS | 7 +++++++
configure.ac.in | 6 +++---
2 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 203260e..2403532 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+0.8.9
+=====
+- Bump LocationforecastLTS version to 1.3
+- Fix two compiler warnings about implicit declarations of functions
+- Change more URLs from http://yr.no to https://met.no
+- Translation updates: Basque, Croatian, Czech, Occitan, Slovak
+
0.8.8
=====
- Use https://api.met.no, old site has been deprecated and will no
diff --git a/configure.ac.in b/configure.ac.in
index 616608d..888f08c 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -10,15 +10,15 @@ dnl *** Version information ***
dnl ***************************
m4_define([weather_version_major], [0])
m4_define([weather_version_minor], [8])
-m4_define([weather_version_micro], [8])
+m4_define([weather_version_micro], [9])
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 ***************************
dnl *** Initialize autoconf ***
dnl ***************************
-AC_COPYRIGHT([Copyright (c) 2006-2014
+AC_COPYRIGHT([Copyright (c) 2006-2017
The Xfce development team. All rights reserved.])
AC_INIT([xfce4-weather-plugin], [weather_version], [http://bugzilla.xfce.org/], [xfce4-weather-plugin])
AC_PREREQ([2.60])
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list