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

[minion-cvs] Bump version to 0.0.8alpha2



Update of /home/minion/cvsroot/src/minion
In directory moria:/tmp/cvs-serv15007

Modified Files:
	setup.py 
Log Message:
Bump version to 0.0.8alpha2

Index: setup.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/setup.py,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -d -r1.101 -r1.102
--- setup.py	17 May 2004 05:17:42 -0000	1.101
+++ setup.py	2 Dec 2005 19:16:53 -0000	1.102
@@ -6,9 +6,9 @@
 #
 #   Current Mixminion version
 #
-VERSION = '0.0.8alpha1'
+VERSION = '0.0.8alpha2'
 # System: 0==alpha, 50==beta, 98=pre, 99==release candidate, 100==release
-VERSION_INFO = (0,0,8,0,1)
+VERSION_INFO = (0,0,8,0,2)
 
 # 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.