Updating branch refs/heads/master
         to f566b68491b499ea966ae6d5daf43c243a72021d (commit)
       from 725d5508ad4204c018d54bd9919db2acd6e017ec (commit)

commit f566b68491b499ea966ae6d5daf43c243a72021d
Author: Harald Judt <[email protected]>
Date:   Mon Jul 23 10:48:40 2012 +0200

    Updates for release.

 TODO            |    2 +-
 configure.ac.in |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/TODO b/TODO
index 30f1337..62650ac 100644
--- a/TODO
+++ b/TODO
@@ -13,7 +13,7 @@ Data
 ======================================================================
 * Get sunrise/sunset times via met.no webservice
   - see http://api.yr.no/weatherapi/sunrise/1.0/documentation
-* Use met.no RSS feed to warn in time about API changes
+* Use HTTP status codes to warn in time about API changes
 * Further reduce HTTP requests fetching data
   - maybe use data in XML to schedule downloads?
 * How about a "follow-me" mode: Auto-determine location
diff --git a/configure.ac.in b/configure.ac.in
index 786a137..e85ddd3 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], [7])
-m4_define([weather_version_micro], [4])
+m4_define([weather_version_minor], [8])
+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 ***************************
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to