]> Pileus Git - ~andy/aweather-web/commitdiff
Split grits version out again
authorAndy Spencer <andy753421@gmail.com>
Wed, 30 Nov 2011 08:02:37 +0000 (08:02 +0000)
committerAndy Spencer <andy753421@gmail.com>
Wed, 30 Nov 2011 08:02:37 +0000 (08:02 +0000)
html.ct
html.h

diff --git a/html.ct b/html.ct
index f7de7147835b369f2518d94414994a5fdf5a42ee..f9194a324d2d4852fd8e0f9229be0db17330c054 100644 (file)
--- a/html.ct
+++ b/html.ct
@@ -276,7 +276,7 @@ Content-Type: text/html; charset=UTF-8
                        <dt>Source code</dt>
                        <dd>
                        <a href="files/aweather-<%= VERSION %>.tar.gz">aweather-<%= VERSION %>.tar.gz</a>,
-                       <a href="../grits/grits-<%= VERSION %>.tar.gz">grits-<%= VERSION %>.tar.gz</a>,
+                       <a href="../grits/grits-<%= VERSION_GRITS %>.tar.gz">grits-<%= VERSION_GRITS %>.tar.gz</a>,
                        <a href="files/rsl-1.40.tar.gz">rsl-1.40.tar.gz</a>
                        </dd>
 
diff --git a/html.h b/html.h
index 38020d78579d7a3a0b0ed5e752067bed8e591f3c..4c84a5863201fc9f49a664aaed233f73141511c8 100644 (file)
--- a/html.h
+++ b/html.h
@@ -1,5 +1,6 @@
 /* Version information */
 #define VERSION        "0.6.1"
+#define VERSION_GRITS  "0.6.2"
 #define VERSION_WIN32  "0.6.1"
 
 #define VERSION_DESC   "Version " VERSION " adds a Radar menu for quickly " \