From: Zooko O'Whielacronx zooko@zooko.com <zooko@zooko.com>
Date: Mon, 30 Apr 2007 16:10:12 +0000 (+0530)
Subject: zfec: v1.0.0b3-0-STABLE
X-Git-Url: https://git.rkrishnan.org/specifications/?a=commitdiff_plain;h=08b7e34dc807c35f2b85e4ba04b7d69c744e4357;p=tahoe-lafs%2Fzfec.git

zfec: v1.0.0b3-0-STABLE

darcs-hash:3bb87979296a17b0aed7013cdbe247c2ad7bd8f7
---

diff --git a/zfec/setup.py b/zfec/setup.py
index e3fcf60..eb2b2de 100755
--- a/zfec/setup.py
+++ b/zfec/setup.py
@@ -76,7 +76,7 @@ trove_classifiers=[
     ]
 
 setup(name='zfec',
-      version='1.0.0b2',
+      version='1.0.0b3',
       description='a fast erasure code with command-line, C, and Python interfaces',
       long_description='Fast, portable, programmable erasure coding a.k.a. "forward error correction": the generation of redundant blocks of information such that if some blocks are lost then the original data can be recovered from the remaining blocks.',
       author='Zooko O\'Whielacronx',
diff --git a/zfec/zfec/__init__.py b/zfec/zfec/__init__.py
index 96f8959..ae874cc 100644
--- a/zfec/zfec/__init__.py
+++ b/zfec/zfec/__init__.py
@@ -10,7 +10,7 @@ from util.version import Version
 
 # For an explanation of what the parts of the version string mean,
 # please see pyutil.version.
-__version__ = Version("1.0.0b2-0-STABLE")
+__version__ = Version("1.0.0b3-0-STABLE")
 
 # Please put a URL or other note here which shows where to get the branch of
 # development from which this version grew.