瀏覽代碼

obsolete, removed

svn:r284
Roger Dingledine 22 年之前
父節點
當前提交
bf8ef8e597
共有 1 個文件被更改,包括 0 次插入31 次删除
  1. 0 31
      src/common/version.h

+ 0 - 31
src/common/version.h

@@ -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