diff options
| author | Simon Tatham <anakin@pobox.com> | 2005-05-15 10:31:11 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2005-05-15 10:31:11 +0000 |
| commit | c05b4697a8f87e08e52b8014186c647309976fc2 (patch) | |
| tree | 91de7c1956c85c5b115f15ea74bb037213019a8e /puzzles.h | |
| parent | 68d27f05262b7928b4d755d2e27868cfc51b3007 (diff) | |
| download | puzzles-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.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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); |