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 0ed05e403c95cf74a6c79d5474ebbc9a29b8049e Author: Sean Davis <[email protected]> Date: Sat Sep 22 07:39:57 2018 -0400 Updates for release --- NEWS | 2 +- configure.ac.in | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index d3eed85..c4441ec 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -UNRELEASED +0.9.0 ====== - Port to GTK+ 3 - Preferences dialog ported to Glade diff --git a/configure.ac.in b/configure.ac.in index 0e14bfb..f21d909 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -9,10 +9,10 @@ dnl *************************** 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_minor], [9]) +m4_define([weather_version_micro], [0]) 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. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
