diff options
Diffstat (limited to 'src/or/tor_main.c')
-rw-r--r-- | src/or/tor_main.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/or/tor_main.c b/src/or/tor_main.c index d4eee4291a..4f06f3fa90 100644 --- a/src/or/tor_main.c +++ b/src/or/tor_main.c @@ -6,7 +6,10 @@ const char tor_main_c_id[] = "$Id$"; -/* DOCDOC tor_svn_revision */ +/** String describing which Tor subversion repository version the source was + * built from. This string is generated by a bit of shell kludging int + * src/or/Makefile.am, and is usually right. + */ const char tor_svn_revision[] = #ifndef _MSC_VER #include "micro-revision.i" |