[Zodb-checkins] CVS: Zope3/src/zodb/storage - file.py:1.15

Barry Warsaw barry@wooz.org
Thu, 13 Mar 2003 18:36:19 -0500


Update of /cvs-repository/Zope3/src/zodb/storage
In directory cvs.zope.org:/tmp/cvs-serv12923

Modified Files:
	file.py 
Log Message:
Bump the storage version (_format_version)


=== Zope3/src/zodb/storage/file.py 1.14 => 1.15 ===
--- Zope3/src/zodb/storage/file.py:1.14	Thu Mar 13 17:11:35 2003
+++ Zope3/src/zodb/storage/file.py	Thu Mar 13 18:36:18 2003
@@ -392,7 +392,7 @@
         return pos, maxoid, ltid
 
     _metadata_size = 1024
-    _format_version = "42"
+    _format_version = "43"
 
     def _read_metadata(self):
         # Read the 1K metadata block at the beginning of the storage.