diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-22 12:07:34 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-22 12:07:34 -0500 |
commit | e71c7bb4dff26178f714cd0fcdbb3058effa4066 (patch) | |
tree | c783044f2a5e9ed1703076db1627d6e56989a3c6 /utils | |
parent | 4c4ce4467921a05e70825edf2331d359dc63b879 (diff) |
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.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/preparing-release | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/utils/preparing-release b/utils/preparing-release index 3c7ded5..dd9d224 100644 --- a/utils/preparing-release +++ b/utils/preparing-release @@ -3,9 +3,6 @@ * make sure that packaging/debian/changelog has a reasonable version number. - * make sure that src/share/common contains the upstream part of that - version number in the VERSION= line - * make tarball * make releasenote |