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

[minion-cvs] Bump version to alpha3



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

Modified Files:
	setup.py 
Log Message:
Bump version to alpha3

Index: setup.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/setup.py,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- setup.py	26 Apr 2003 14:39:58 -0000	1.53
+++ setup.py	28 May 2003 05:31:41 -0000	1.54
@@ -30,9 +30,9 @@
 
 os.umask(022)
 
-VERSION = '0.0.4alpha2'
+VERSION = '0.0.4alpha3'
 # System: 0==alpha, 50==beta, 99==release candidate, 100==release
-VERSION_INFO = (0,0,4,0,2)
+VERSION_INFO = (0,0,4,0,3)
 
 # 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.