A hack I've been wanting for a while: when building a -dev version

from an SVN repository, use the current svn revision in the platform
string and in the output of --version.



svn:r9976
This commit is contained in:
Nick Mathewson
2007-04-16 23:56:31 +00:00
parent 362fbc79d2
commit bfac679cd4
7 changed files with 47 additions and 5 deletions
+2
View File
@@ -23,6 +23,8 @@ Changes in version 0.2.0.1-alpha - 2007-??-??
- When warning about missing headers, tell the user to let us
know if the compile succeeds anyway, so we can downgrade the
warning.
- If we're building from a subversion repository, include the current
SVN revision as part of the version string.
o Minor features (logging):
- Always prepend "Bug: " to any log message about a bug.