[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[minion-cvs] Allude to fragment reassembly in README; bump version t...



Update of /home/minion/cvsroot/src/minion/lib/mixminion
In directory moria.mit.edu:/tmp/cvs-serv13536/lib/mixminion

Modified Files:
	__init__.py 
Log Message:
Allude to fragment reassembly in README; bump version to 0.0.7rc1

Index: __init__.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/__init__.py,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- __init__.py	7 Mar 2004 06:31:46 -0000	1.54
+++ __init__.py	8 Mar 2004 03:27:31 -0000	1.55
@@ -7,7 +7,7 @@
    """
 
 # This version string is generated from setup.py; don't edit it.
-__version__ = "0.0.7alpha2"
+__version__ = "0.0.7rc1"
 # This 5-tuple encodes the version number for comparison.  Don't edit it.
 # The first 3 numbers are the version number; the 4th is:
 #          0 for alpha
@@ -18,7 +18,7 @@
 # The 4th or 5th number may be a string.  If so, it is not meant to
 #   succeed or precede any other sub-version with the same a.b.c version
 #   number.
-version_info = (0, 0, 7, 0, 2)
+version_info = (0, 0, 7, 99, 1)
 __all__ = [ 'server', 'directory' ]
 
 def version_tuple_to_string(t):