]> Pileus Git - ~andy/aweather-web/commitdiff
Version 0.5.2
authorAndy Spencer <andy753421@gmail.com>
Mon, 12 Sep 2011 01:00:24 +0000 (01:00 +0000)
committerAndy Spencer <andy753421@gmail.com>
Mon, 12 Sep 2011 01:00:24 +0000 (01:00 +0000)
html.ct
html.h

diff --git a/html.ct b/html.ct
index 45dc64c4164d9c94566517f0246d9bb2cf66a0cf..f743157f69fc56915b7bc34099b0a5a51414d287 100644 (file)
--- a/html.ct
+++ b/html.ct
@@ -125,6 +125,14 @@ Content-Type: text/html; charset=UTF-8
 <% void print_news(void) { %>
        <p class="quote">Now that it's spring again, progress on AWeather is continuing.</p>
        <dl class="news">
+               <dt>2011-09-12</dt>
+               <dd>
+                       AWeather 0.5.2 released: <ul>
+                               <li>Added new desktop icons</li>
+                               <li>Miscellaneous bug fixes</li>
+                       </ul>
+               </dd>
+
                <dt>2011-08-25</dt>
                <dd>
                        AWeather 0.5.1 released: <ul>
diff --git a/html.h b/html.h
index ee8028e3932f832637714957562d440b7be2f641..33676506a2a87d12866bd94823ad66cd714d7d54 100644 (file)
--- a/html.h
+++ b/html.h
@@ -1,13 +1,8 @@
 /* Version information */
-#define VERSION        "0.5.1"
-#define VERSION_LINUX  "0.5.1"
-#define VERSION_GENTOO "0.5.1"
-#define VERSION_DEBIAN "0.5.1"
-#define VERSION_UBUNTU "0"
+#define VERSION        "0.5.2"
 #define VERSION_WIN32  "0.5.1"
-#define VERSION_MACOS  "0"
 
-#define VERSION_DESC   "Version " VERSION " contains several bug fixes along with updated WMS overlays"
+#define VERSION_DESC   "Version " VERSION " contains additional bug fixes and new desktop icons"
 
 /* Link info */
 #define WIKI_INDEX   "/code/projects/aweather/wiki"