summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2003-05-09 02:12:33 +0000
committerRoger Dingledine <arma@torproject.org>2003-05-09 02:12:33 +0000
commitbf8ef8e597752221355172e6cd686db5a58a29f5 (patch)
tree461059f83e3f6c4fb4e5c774165756c93640e274 /src
parent9ef930f21add3cb65673ef74358a00ab42487d5c (diff)
downloadtor-bf8ef8e597752221355172e6cd686db5a58a29f5.tar.gz
tor-bf8ef8e597752221355172e6cd686db5a58a29f5.zip
obsolete, removed
svn:r284
Diffstat (limited to 'src')
-rw-r--r--src/common/version.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/common/version.h b/src/common/version.h
deleted file mode 100644
index ee541b6e01..0000000000
--- a/src/common/version.h
+++ /dev/null
@@ -1,31 +0,0 @@
-/**
- * version.h
- * Protocol version.
- *
- * Matej Pfajfar <mp292@cam.ac.uk>
- */
-
-/*
- * Changes :
- * $Log$
- * Revision 1.2 2002/09/19 20:13:23 arma
- * synchronize to the version i've been giving people to test
- *
- * Revision 1.1.1.1 2002/06/26 22:45:50 arma
- * initial commit: current code
- *
- * Revision 1.3 2002/04/02 14:27:11 badbytes
- * Final finishes.
- *
- * Revision 1.2 2001/12/18 10:37:47 badbytes
- * Header files now only apply if they were not previously included from somewhere else.
- *
- * Revision 1.1 2001/12/18 09:12:05 badbytes
- * Defines VERSION to hold the current protocol version.
- *
- */
-
-#ifndef __VERSION_H
-#define OR_VERSION 2
-#define __VERSION_H
-#endif