[z3-checkins] r25812 - z3/sqlos/branch/0.2
jinty at codespeak.net
jinty at codespeak.net
Thu Apr 13 20:42:13 CEST 2006
Author: jinty
Date: Thu Apr 13 20:42:11 2006
New Revision: 25812
Modified:
z3/sqlos/branch/0.2/makefile
z3/sqlos/branch/0.2/setup.py
Log:
Fix the version no and makefile.
Modified: z3/sqlos/branch/0.2/makefile
==============================================================================
--- z3/sqlos/branch/0.2/makefile (original)
+++ z3/sqlos/branch/0.2/makefile Thu Apr 13 20:42:11 2006
@@ -4,7 +4,7 @@
ZH=${HERE}/../../
PYTHON=python2.4
z3includes=Zope3/zopeskel/etc/package-includes
-Z3BRANCH=branches/0,2
+Z3BRANCH=branches/3.2
all : test clean
Modified: z3/sqlos/branch/0.2/setup.py
==============================================================================
--- z3/sqlos/branch/0.2/setup.py (original)
+++ z3/sqlos/branch/0.2/setup.py Thu Apr 13 20:42:11 2006
@@ -9,7 +9,7 @@
fiddly details that always seem to take a lot of time.
""",
url='http://codespeak.net/z3/sqlos/',
- version="0.2",
+ version="0.2.0",
license="ZPL",
maintainer="SQLOS development team",
maintainer_email="z3-sqlos at codespeak.net",
More information about the z3-checkins
mailing list