aboutsummaryrefslogtreecommitdiff
path: root/src/or/tor_main.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-06-12 13:38:37 -0400
committerNick Mathewson <nickm@torproject.org>2009-08-21 12:31:13 -0400
commitdaa0326aaaa85a760be94ee2360cfa61a9fb5be2 (patch)
treedb6484f8eb65fd7cfc02af66f681b21f9cff41b4 /src/or/tor_main.c
parent978571587a85bebb37ec3cb9c2ea1fde1cecd6d7 (diff)
downloadtor-daa0326aaaa85a760be94ee2360cfa61a9fb5be2.tar
tor-daa0326aaaa85a760be94ee2360cfa61a9fb5be2.tar.gz
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/tor_main.c')
-rw-r--r--src/or/tor_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/tor_main.c b/src/or/tor_main.c
index 137da02c4..4a6be7cdd 100644
--- a/src/or/tor_main.c
+++ b/src/or/tor_main.c
@@ -7,7 +7,7 @@
* 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[] =
+const char tor_git_revision[] =
#ifndef _MSC_VER
#include "micro-revision.i"
#endif