From c05b4697a8f87e08e52b8014186c647309976fc2 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sun, 15 May 2005 10:31:11 +0000 Subject: 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] --- puzzles.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'puzzles.h') 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); -- cgit v1.1