diff options
author | Roger Dingledine <arma@torproject.org> | 2002-09-19 20:13:27 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2002-09-19 20:13:27 +0000 |
commit | 5449fc86db2fc448f5ba26445fd4b69bf99e9593 (patch) | |
tree | ae2b2a8f79baa6bb99b1babd264d4c2ab877e310 /src/common/version.h | |
parent | 09daf01e4a0f2faed10cab14fec5f7d32dc3bd31 (diff) | |
download | tor-5449fc86db2fc448f5ba26445fd4b69bf99e9593.tar.gz tor-5449fc86db2fc448f5ba26445fd4b69bf99e9593.zip |
synchronize to the version i've been giving people to test
svn:r104
Diffstat (limited to 'src/common/version.h')
-rw-r--r-- | src/common/version.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/common/version.h b/src/common/version.h index fa9b87e34c..ee541b6e01 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -8,8 +8,11 @@ /* * Changes : * $Log$ - * Revision 1.1 2002/06/26 22:45:50 arma - * Initial revision + * 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. @@ -23,6 +26,6 @@ */ #ifndef __VERSION_H -#define VERSION 2 +#define OR_VERSION 2 #define __VERSION_H #endif |