[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[minion-cvs] Update to 0.0.5rc1
Update of /home/minion/cvsroot/src/minion
In directory moria.mit.edu:/tmp/cvs-serv8710
Modified Files:
setup.py
Log Message:
Update to 0.0.5rc1
Index: setup.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/setup.py,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- setup.py 21 Aug 2003 21:34:01 -0000 1.74
+++ setup.py 2 Sep 2003 20:05:28 -0000 1.75
@@ -6,9 +6,9 @@
#
# Current Mixminion version
#
-VERSION = '0.0.5alpha2'
+VERSION = '0.0.5rc1'
# System: 0==alpha, 50==beta, 98=pre, 99==release candidate, 100==release
-VERSION_INFO = (0,0,5,0,2)
+VERSION_INFO = (0,0,5,99,1)
# 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.