On Wed, Mar 30, 2011 at 12:57 PM, Richard Hipp <[email protected]> wrote: > Both Fossil and SQLite use the manifest and manifest.uuid files to derive > their version numbers. As far as I know, those are the only two projects > that do anything with manifest and manifest.uuid.
For what it is worth, we would if/when we expand our use of Fossil to source code management. We are still using git for that. We compile the commit ID into our software (along with a prefix to indicate a clean or muddy build). Before git, we used SVN and compiled in the revision number. (Some people outside the software team have complained about switching to the UUIDs instead of simple numbers, but since we still use major and minor release numbers for official releases, there is no risk of being forced back to using SVN.) _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

