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

[minion-cvs] Maint branch: bump version to 0.0.5.1



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

Modified Files:
      Tag: mixminion-v0-0-5-patches
	setup.py 
Log Message:
Maint branch: bump version to 0.0.5.1

Index: setup.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/setup.py,v
retrieving revision 1.77
retrieving revision 1.77.2.1
diff -u -d -r1.77 -r1.77.2.1
--- setup.py	5 Sep 2003 21:45:19 -0000	1.77
+++ setup.py	12 Sep 2003 15:47:11 -0000	1.77.2.1
@@ -6,9 +6,9 @@
 #
 #   Current Mixminion version
 #
-VERSION = '0.0.5'
+VERSION = '0.0.5.1'
 # System: 0==alpha, 50==beta, 98=pre, 99==release candidate, 100==release
-VERSION_INFO = (0,0,5,100,-1)
+VERSION_INFO = (0,0,5,100,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.