[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[minion-cvs] Bump version to 0.0.2rc1
Update of /home/minion/cvsroot/src/minion
In directory moria.mit.edu:/tmp/cvs-serv20297
Modified Files:
setup.py
Log Message:
Bump version to 0.0.2rc1
Index: setup.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/setup.py,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- setup.py 5 Jan 2003 13:19:53 -0000 1.25
+++ setup.py 6 Jan 2003 04:59:04 -0000 1.26
@@ -20,7 +20,7 @@
import os, re, struct, shutil
-VERSION= '0.0.2a0'
+VERSION= '0.0.2rc1'
USE_OPENSSL=1
@@ -39,7 +39,8 @@
MODULES=[]
#======================================================================
-# Check the version of Python in the source.
+# Check the version of Mixminion as it's set in the source, and update
+# __init__.py as needed.
f = open("lib/mixminion/__init__.py", 'r')
initFile = f.read()