From: Andy Spencer Date: Fri, 25 Nov 2011 08:19:21 +0000 (+0000) Subject: Update for 0.6.1 X-Git-Url: http://pileus.org/git/?p=~andy%2Faweather-web;a=commitdiff_plain;h=d733fa4382024294d0470ed5160576c36218286a Update for 0.6.1 --- diff --git a/html.ct b/html.ct index 2953415..f7de714 100644 --- a/html.ct +++ b/html.ct @@ -131,6 +131,14 @@ Content-Type: text/html; charset=UTF-8
+
2011-11-25
+
+ AWeather 0.6.1 released:
    +
  • Added a Radar menu to quickly jump to a NEXRAD/WSR-88D site
  • +
  • Fixed a bunch of 64-bit bugs
  • +
+
+
2011-11-03
AWeather 0.6 released:
    diff --git a/html.h b/html.h index 7960d41..38020d7 100644 --- a/html.h +++ b/html.h @@ -1,10 +1,9 @@ /* Version information */ -#define VERSION "0.6" -#define VERSION_WIN32 "0.6" +#define VERSION "0.6.1" +#define VERSION_WIN32 "0.6.1" -#define VERSION_DESC "Version " VERSION " adds a new \"Alert\" plugin for " \ - "displaying Warnings, Watches, and Advisories issued by " \ - "the National Weather Services" +#define VERSION_DESC "Version " VERSION " adds a Radar menu for quickly " \ + "jumping to a NEXRAD site and also fixes some bugs" /* Link info */ #define WIKI_INDEX "/code/projects/aweather/wiki"