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

[minion-cvs] Bump versions



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

Modified Files:
	setup.py 
Log Message:
Bump versions

Index: setup.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/setup.py,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- setup.py	30 May 2003 03:53:22 -0000	1.56
+++ setup.py	30 May 2003 07:36:28 -0000	1.57
@@ -30,9 +30,9 @@
 
 os.umask(022)
 
-VERSION = '0.0.4rc1'
+VERSION = '0.0.4rc2'
 # System: 0==alpha, 50==beta, 99==release candidate, 100==release
-VERSION_INFO = (0,0,4,99,1)
+VERSION_INFO = (0,0,4,99,2)
 
 # Function to pull openssl version number out of an opensslv.h file.  This
 # isn't a real C preprocessor, but it seems to work well enough.