aboutsummaryrefslogtreecommitdiff
path: root/puzzles.h
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2005-05-15 10:31:11 +0000
committerSimon Tatham <anakin@pobox.com>2005-05-15 10:31:11 +0000
commitc05b4697a8f87e08e52b8014186c647309976fc2 (patch)
tree91de7c1956c85c5b115f15ea74bb037213019a8e /puzzles.h
parent68d27f05262b7928b4d755d2e27868cfc51b3007 (diff)
downloadpuzzles-c05b4697a8f87e08e52b8014186c647309976fc2.zip
puzzles-c05b4697a8f87e08e52b8014186c647309976fc2.tar.gz
puzzles-c05b4697a8f87e08e52b8014186c647309976fc2.tar.bz2
puzzles-c05b4697a8f87e08e52b8014186c647309976fc2.tar.xz
Introduce a versioning mechanism, and an `About' box in all front
ends. Versioning will be done solely by Subversion revision number, since development on these puzzles is very incremental and gradual and there don't tend to be obvious points to place numbered releases. [originally from svn r5781]
Diffstat (limited to 'puzzles.h')
-rw-r--r--puzzles.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/puzzles.h b/puzzles.h
index 3867c2d..63de880 100644
--- a/puzzles.h
+++ b/puzzles.h
@@ -162,6 +162,11 @@ char *dupstr(const char *s);
void free_cfg(config_item *cfg);
/*
+ * version.c
+ */
+extern char ver[];
+
+/*
* random.c
*/
random_state *random_init(char *seed, int len);