[Zope-Checkins] CVS: Zope3/lib/python/Zope/TAL - TALDefs.py:1.24.10.4.2.3

Fred L. Drake, Jr. fdrake@acm.org
Tue, 11 Jun 2002 13:44:22 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/TAL
In directory cvs.zope.org:/tmp/cvs-serv19980/lib/python/Zope/TAL

Modified Files:
      Tag: fdrake-tal-i18n-branch
	TALDefs.py 
Log Message:
Bump the bytecode version number since the I18N support adds opcodes.

=== Zope3/lib/python/Zope/TAL/TALDefs.py 1.24.10.4.2.2 => 1.24.10.4.2.3 ===
 from types import ListType, TupleType
 
-TAL_VERSION = "1.4"
+TAL_VERSION = "1.5"
 
 XML_NS = "http://www.w3.org/XML/1998/namespace" # URI for XML namespace
 XMLNS_NS = "http://www.w3.org/2000/xmlns/" # URI for XML NS declarations