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

[minion-cvs] Gurski found a bug in expired-key removal. This (untes...



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

Modified Files:
	setup.py 
Log Message:
Gurski found a bug in expired-key removal.  This (untested) patch
should fix it.

Bump version back down to 0.0.4rc4.



Index: setup.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/setup.py,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- setup.py	9 Jun 2003 21:24:55 -0000	1.60
+++ setup.py	10 Jun 2003 10:40:20 -0000	1.61
@@ -6,9 +6,9 @@
 #
 #   Current Mixminion version
 #
-VERSION = '0.0.4'
+VERSION = '0.0.4rc4'
 # System: 0==alpha, 50==beta, 99==release candidate, 100==release
-VERSION_INFO = (0,0,4,100,0)
+VERSION_INFO = (0,0,4,99,4)
 
 # Check the version.  We need to make sure version_info exists before we
 # compare to it: it was only added as of Python version 1.6.