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

[minion-cvs] Bump version to 0.0.8alpha3



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

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

Index: README
===================================================================
RCS file: /home/minion/cvsroot/src/minion/README,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- README	2 Dec 2005 21:11:36 -0000	1.82
+++ README	15 Sep 2007 19:06:37 -0000	1.83
@@ -1,6 +1,6 @@
 $Id$
 ======================================================================
-This is Mixminion version 0.0.8alpha2.
+This is Mixminion version 0.0.8alpha3.
 
 CONTENTS:
         I.    Overview

Index: setup.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/setup.py,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- setup.py	2 Dec 2005 19:16:53 -0000	1.102
+++ setup.py	15 Sep 2007 19:06:37 -0000	1.103
@@ -6,9 +6,9 @@
 #
 #   Current Mixminion version
 #
-VERSION = '0.0.8alpha2'
+VERSION = '0.0.8alpha3'
 # System: 0==alpha, 50==beta, 98=pre, 99==release candidate, 100==release
-VERSION_INFO = (0,0,8,0,2)
+VERSION_INFO = (0,0,8,0,3)
 
 # 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.