Remove dependencies on Subversion.

I'm going through all my projects and reworking them to avoid
depending on the monotonic integer-valued source control revision
identifier provided by Subversion, so I can migrate everything to git
without my builds and versioning breaking.

Puzzles's version number is now of the form YYYYMMDD.vvvvvv, where
vvvvvv is some string of source control information (currently still
the SVN-style "rNNNNN", but free to change in future). The date
provides monotonicity between my official automated builds, and the
second component is the one I'll be most interested in when people
send bug reports.

[originally from svn r10263]
This commit is contained in:
Simon Tatham
2014-09-24 10:33:21 +00:00
parent bc930a1214
commit 2ebbdbf2a5
8 changed files with 49 additions and 51 deletions

View File

@ -1,6 +1,6 @@
dnl Configure script for the Unix GTK build of puzzles.
AC_INIT([puzzles], rNNNN, [anakin@pobox.com])
AC_INIT([puzzles], [6.66], [anakin@pobox.com])
AC_CONFIG_SRCDIR([midend.c])
AM_INIT_AUTOMAKE([foreign])
AC_PROG_CC