[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[minion-cvs] Increment version to 0.0.3rc2.



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

Modified Files:
	setup.py 
Log Message:
Increment version to 0.0.3rc2.

Index: setup.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/setup.py,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- setup.py	17 Feb 2003 15:50:19 -0000	1.47
+++ setup.py	17 Feb 2003 16:21:01 -0000	1.48
@@ -22,9 +22,9 @@
 
 os.umask(022)
 
-VERSION = '0.0.3rc1'
+VERSION = '0.0.3rc2'
 # System: 0==alpha, 50==beta, 99==release candidate, 100==release
-VERSION_INFO = (0,0,3,99,1)
+VERSION_INFO = (0,0,3,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.