[Xfce4-commits] [panel-plugins/xfce4-weather-plugin] 01/01: Updates for release

noreply at xfce.org noreply at xfce.org
Sat Mar 23 14:41:22 CET 2019


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

b   l   u   e   s   a   b   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository panel-plugins/xfce4-weather-plugin.

commit 05f0b0aec2746abd954747cdf0b99124ad20f8da
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Sat Mar 23 09:40:43 2019 -0400

    Updates for release
---
 AUTHORS         | 1 +
 NEWS            | 4 ++--
 configure.ac.in | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index a15a28e..a9abbf2 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -5,3 +5,4 @@ Masse Nicolas <masse_nicolas at yahoo.fr>
 Nick Schermer <nick at xfce.org>
 Colin Leroy <colin at colino.net>
 Harald Judt <h.judt at gmx.at>
+Sean Davis <bluesabre at xfce.org>
\ No newline at end of file
diff --git a/NEWS b/NEWS
index e5934b9..484de57 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
-0.9.1 (unreleased)
+0.9.1
 =====
-- Use https for all connections (xfce.org, geonames.org) (bug #13645)
+- Use https for all connections (bug #13645)
 - Use the latest sunrise API (2.0) (bug #14972)
 - Use xfce_panel_plugin_get_icon_size so the weather icon respects the
   panel's configured icon size
diff --git a/configure.ac.in b/configure.ac.in
index 1864f74..96b7ac6 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], [9])
-m4_define([weather_version_micro], [0])
+m4_define([weather_version_micro], [1])
 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