http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39891
User: gerald
Date: 2011/11/16 04:19 PM
Log:
Add an SVN_REVISION variable to config.nmake. This can be used to
retrieve our SVN revision in releases.
Use make-version.pl to set all version information. Be more explicit
about the tasks it performs:
- Fetching the SVN revision which corresponds to our code. The
revision can be fetched via "svn info", "git svn info", SubWCRev",
config.nmake, or by prodding .svn.
- Setting the version numbers (the "major.minor.micro" triplet).
- Setting the release information (revision/build number, local build
identifier)
Remove the "is_release" configuration option and dist-hook target.
When run with a "--set-*" option or no options make sure we leave a
valid svnversion.h behind.
Directory: /trunk/docbook/
Changes Path Action
+1 -1 release-notes.xml Modified
Directory: /trunk/
Changes Path Action
+0 -12 Makefile.am Modified
+13 -10 config.nmake Modified
+215 -67 make-version.pl Modified