SVN: ZODB/trunk/setup.py Sorry, need to change the version number to represent something closer to the actual one, otherwise developing the code in combination with other software with a ZODB>=3.9 dependency doesn't work

Hanno Schlichting <[email protected]> Sat, 25 Sep 2010 10:25:48 -0400 (EDT)
Newsgroups gmane.comp.python.zope.zodb.cvs
Message-ID <[email protected]>
Log message for revision 116922:
  Sorry, need to change the version number to represent something closer to the actual one, otherwise developing the code in combination with other software with a ZODB>=3.9 dependency doesn't work
  

Changed:
  U   ZODB/trunk/setup.py

-=-
Modified: ZODB/trunk/setup.py
===================================================================
--- ZODB/trunk/setup.py	2010-09-25 14:23:38 UTC (rev 116921)
+++ ZODB/trunk/setup.py	2010-09-25 14:25:47 UTC (rev 116922)
@@ -20,7 +20,7 @@
 interface, rich transaction support, and undo.
 """
 
-VERSION = "3.0"
+VERSION = "3.10dev"
 
 from ez_setup import use_setuptools
 use_setuptools()