diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-04-16 23:56:31 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-04-16 23:56:31 +0000 |
commit | bfac679cd4209ea441211bcb5c5e210c6264e8c7 (patch) | |
tree | 541e482d67428e9c0015a4cd358ca9961f4413a8 /src/or/test.c | |
parent | 362fbc79d276864c4b2b68ed9cf3bb8ba534985e (diff) | |
download | tor-bfac679cd4209ea441211bcb5c5e210c6264e8c7.tar.gz tor-bfac679cd4209ea441211bcb5c5e210c6264e8c7.zip |
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
Diffstat (limited to 'src/or/test.c')
-rw-r--r-- | src/or/test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/test.c b/src/or/test.c index 73de80fe57..98a10f8d9c 100644 --- a/src/or/test.c +++ b/src/or/test.c @@ -5,6 +5,8 @@ const char test_c_id[] = "$Id$"; +const char tor_svn_revision[] = ""; + /** * \file test.c * \brief Unit tests for many pieces of the lower level Tor modules. |