ref: 2ebbdbf2a567c73d75af4f0e04f4f42bfe6d3530
parent: bc930a121466e0e33b46ff01db0153f5cfb79054
author: Simon Tatham <anakin@pobox.com>
date: Wed Sep 24 06:33:21 EDT 2014
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]