[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[or-cvs] synchronize to the version i"ve been giving people to test
- To: or-cvs@freehaven.net
- Subject: [or-cvs] synchronize to the version i"ve been giving people to test
- From: arma@seul.org (Roger Dingledine)
- Date: Thu, 19 Sep 2002 16:13:55 -0400 (EDT)
- Delivered-To: archiver@seul.org
- Delivered-To: or-cvs-outgoing@seul.org
- Delivered-To: or-cvs@seul.org
- Delivery-Date: Thu, 19 Sep 2002 16:14:11 -0400
- Reply-To: or-dev@freehaven.net
- Sender: owner-or-cvs@freehaven.net
Update of /home/or/cvsroot/src/common
In directory moria.seul.org:/home/arma/work/onion/cvs/src/common
Modified Files:
version.h
Log Message:
synchronize to the version i've been giving people to test
Index: version.h
===================================================================
RCS file: /home/or/cvsroot/src/common/version.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- version.h 26 Jun 2002 22:45:50 -0000 1.1.1.1
+++ version.h 19 Sep 2002 20:13:23 -0000 1.2
@@ -8,6 +8,9 @@
/*
* 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
*
@@ -23,6 +26,6 @@
*/
#ifndef __VERSION_H
-#define VERSION 2
+#define OR_VERSION 2
#define __VERSION_H
#endif