Fix how version number is saved/retrieved. Version is now stored in
authorJameson Graef Rollins <jrollins@finestructure.net>
Sun, 22 Feb 2009 17:07:34 +0000 (12:07 -0500)
committerJameson Graef Rollins <jrollins@finestructure.net>
Sun, 22 Feb 2009 17:07:34 +0000 (12:07 -0500)
commite71c7bb4dff26178f714cd0fcdbb3058effa4066
treec783044f2a5e9ed1703076db1627d6e56989a3c6
parent4c4ce4467921a05e70825edf2331d359dc63b879
Fix how version number is saved/retrieved.  Version is now stored in
VERSION file, which is created in the tarball target.  This is then
installed at /usr/share/monkeysphere/VERSION, and cat'ed when the
version number is requested by the front-end ui.  No more manual
setting of version number required (to avoid future problems, aka
"0.23.1").  This system is also more flexible, as the VERSION file
could potentially hold more info than just the release number.
Makefile
packaging/debian/changelog
src/monkeysphere
src/monkeysphere-authentication
src/monkeysphere-host
src/share/common
tests/basic
utils/preparing-release