[Xfce4-commits] [panel-plugins/xfce4-weather-plugin] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Mon Mar 25 11:27:49 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 - 0 . 8
in repository panel-plugins/xfce4-weather-plugin.
commit 233156625143695383eb63eb774c9a676a70f54c
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Mon Mar 25 06:27:12 2019 -0400
Updates for release
---
NEWS | 2 +-
configure.ac.in | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 002ef27..dd1bfb7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-0.8.11 (unreleased)
+0.8.11
======
- Use the latest sunrise API (2.0) (bug #14972)
- Use https for all connections
diff --git a/configure.ac.in b/configure.ac.in
index c670c77..e46ea8d 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], [10])
+m4_define([weather_version_micro], [11])
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