Commit Graph

4 Commits

Author SHA1 Message Date
Brad King 98c51ff6dc ENH: Overhaul CMake version numbering
This moves the version numbers into an isolated configured header so
that not all of CMake needs to rebuild when the version changes.

Previously we had spaces, dashes and/or the word 'patch' randomly chosen
before the patch number.  Now we always report version numbers in the
traditional format "<major>.<minor>.<patch>[-rc<rc>]".

We still use odd minor numbers for development versions.  Now we also
use the CCYYMMDD date as the patch number of development versions, thus
allowing tests for exact CMake versions.
2009-03-05 15:17:07 -05:00
Bill Hoffman a651938572 ENH: fix the compile and add install rule 2007-11-05 14:47:20 -05:00
Jorgen Bodde 154529bd1c Started on command line parsing, added string parse method for default generator 2005-08-08 17:14:08 -04:00
Jorgen Bodde 8c28e4e9f0 Initial checkin new wx dialog 2005-06-30 15:54:14 -04:00