From 7fbd2975326eb5d2816a303b621942a72b5d57ca Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 29 Nov 2004 22:25:31 +0000 Subject: Suggestion from weasel: Make tor --version --version dump the cvs Id of every file. svn:r3019 --- src/or/command.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/or/command.c') diff --git a/src/or/command.c b/src/or/command.c index 27d556d01..0e1e6f207 100644 --- a/src/or/command.c +++ b/src/or/command.c @@ -3,6 +3,7 @@ * Copyright 2004 Roger Dingledine, Nick Mathewson. */ /* See LICENSE for licensing information */ /* $Id$ */ +const char command_c_id[] = "$Id$"; /** * \file command.c -- cgit v1.2.3