[Checkins] SVN: Sandbox/wichert/tags/ZODB-3.8.1b8.jarn.1/ Set version correctly everywhere

Wichert Akkerman wichert at wiggy.net
Mon Sep 22 12:58:23 EDT 2008


Log message for revision 91362:
  Set version correctly everywhere

Changed:
  U   Sandbox/wichert/tags/ZODB-3.8.1b8.jarn.1/doc/guide/zodb.tex
  U   Sandbox/wichert/tags/ZODB-3.8.1b8.jarn.1/src/ZEO/__init__.py
  U   Sandbox/wichert/tags/ZODB-3.8.1b8.jarn.1/src/ZEO/version.txt
  U   Sandbox/wichert/tags/ZODB-3.8.1b8.jarn.1/src/ZODB/__init__.py

-=-
Modified: Sandbox/wichert/tags/ZODB-3.8.1b8.jarn.1/doc/guide/zodb.tex
===================================================================
--- Sandbox/wichert/tags/ZODB-3.8.1b8.jarn.1/doc/guide/zodb.tex	2008-09-22 16:53:27 UTC (rev 91361)
+++ Sandbox/wichert/tags/ZODB-3.8.1b8.jarn.1/doc/guide/zodb.tex	2008-09-22 16:58:23 UTC (rev 91362)
@@ -1,7 +1,7 @@
 \documentclass{howto}
 
 \title{ZODB/ZEO Programming Guide}
-\release{3.7.0b3}
+\release{3.8.1b8.jarn.1}
 \date{\today}
 
 \author{A.M.\ Kuchling}

Modified: Sandbox/wichert/tags/ZODB-3.8.1b8.jarn.1/src/ZEO/__init__.py
===================================================================
--- Sandbox/wichert/tags/ZODB-3.8.1b8.jarn.1/src/ZEO/__init__.py	2008-09-22 16:53:27 UTC (rev 91361)
+++ Sandbox/wichert/tags/ZODB-3.8.1b8.jarn.1/src/ZEO/__init__.py	2008-09-22 16:58:23 UTC (rev 91362)
@@ -22,4 +22,4 @@
 """
 
 # The next line must use double quotes, so release.py recognizes it.
-version = "3.7.0b3"
+version = "3.8.1b8.jarn.1"

Modified: Sandbox/wichert/tags/ZODB-3.8.1b8.jarn.1/src/ZEO/version.txt
===================================================================
--- Sandbox/wichert/tags/ZODB-3.8.1b8.jarn.1/src/ZEO/version.txt	2008-09-22 16:53:27 UTC (rev 91361)
+++ Sandbox/wichert/tags/ZODB-3.8.1b8.jarn.1/src/ZEO/version.txt	2008-09-22 16:58:23 UTC (rev 91362)
@@ -1 +1 @@
-3.7.0b3
+3.8.1b8.jarn.1

Modified: Sandbox/wichert/tags/ZODB-3.8.1b8.jarn.1/src/ZODB/__init__.py
===================================================================
--- Sandbox/wichert/tags/ZODB-3.8.1b8.jarn.1/src/ZODB/__init__.py	2008-09-22 16:53:27 UTC (rev 91361)
+++ Sandbox/wichert/tags/ZODB-3.8.1b8.jarn.1/src/ZODB/__init__.py	2008-09-22 16:58:23 UTC (rev 91362)
@@ -13,7 +13,7 @@
 ##############################################################################
 
 # The next line must use double quotes, so release.py recognizes it.
-__version__ = "3.7.0b3"
+__version__ = "3.8.1b8.jarn.1"
 
 import sys
 



More information about the Checkins mailing list