Simplest fix to bug2402: do not include SVN versions
commita1073ee956021ead19d30c2151510dbaced416a8
authorNick Mathewson <nickm@torproject.org>
Tue, 25 Jan 2011 19:08:13 +0000 (25 14:08 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 25 Jan 2011 19:08:13 +0000 (25 14:08 -0500)
tree3bc83acd9862373f78a59dc9560769c91978b6fe
parentef6fa07e4830dde86fce2d06bf9da44d5c1c79b9
Simplest fix to bug2402: do not include SVN versions

When we stopped using svn, 0.2.1.x lost the ability to notice its svn
revision and report it in the version number.  However, it kept
looking at the micro-revision.i file... so if you switched to master,
built tor, then switched to 0.2.1.x, you'd get a micro-revision.i file
from master reported as an SVN tag.  This patch takes out the "include
the svn tag" logic entirely.

Bugfix on 0.2.1.15-rc; fixes bug 2402.
changes/bug2402 [new file with mode: 0644]
src/or/config.c