diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-06-12 13:38:37 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-08-21 12:31:13 -0400 |
commit | daa0326aaaa85a760be94ee2360cfa61a9fb5be2 (patch) | |
tree | db6484f8eb65fd7cfc02af66f681b21f9cff41b4 /src/or/router.c | |
parent | 978571587a85bebb37ec3cb9c2ea1fde1cecd6d7 (diff) | |
download | tor-daa0326aaaa85a760be94ee2360cfa61a9fb5be2.tar.gz tor-daa0326aaaa85a760be94ee2360cfa61a9fb5be2.zip |
Add the first 8 bytes of the git commit digest to our versions.
Note that unlike subversion revision numbers, it isn't meaningful to
compare these for anything but equality. We define a sort-order anyway,
in case one of these accidentally slips into a recommended-versions
list.
Diffstat (limited to 'src/or/router.c')
-rw-r--r-- | src/or/router.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/router.c b/src/or/router.c index d5a2576842..f2747f5141 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -1608,8 +1608,6 @@ router_guess_address_from_dir_headers(uint32_t *guess) return -1; } -extern const char tor_svn_revision[]; /* from tor_main.c */ - /** Set <b>platform</b> (max length <b>len</b>) to a NUL-terminated short * string describing the version of Tor and the operating system we're * currently running on. |