From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Fri, 27 Apr 2007 18:14:38 +0000 (-0700)
Subject: zfec v1.0.0b1-0-STABLE
X-Git-Tag: allmydata-tahoe_v0.1.1-1-UNSTABLE~24
X-Git-Url: https://git.rkrishnan.org/%5B/?a=commitdiff_plain;h=93d1e084859542d53e952b2837f69987ca18c47a;p=tahoe-lafs%2Ftahoe-lafs.git

zfec v1.0.0b1-0-STABLE
---

diff --git a/src/zfec/setup.py b/src/zfec/setup.py
index 3ed89853..6e91e483 100644
--- a/src/zfec/setup.py
+++ b/src/zfec/setup.py
@@ -55,7 +55,7 @@ trove_classifiers=[
     ]
 
 setup(name='zfec',
-      version='1.0.0a5',
+      version='1.0.0b1',
       summary='a fast erasure code with command-line, C, and Python interfaces',
       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/src/zfec/zfec/__init__.py b/src/zfec/zfec/__init__.py
index 37b4a198..2e710e4c 100644
--- a/src/zfec/zfec/__init__.py
+++ b/src/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.0a5-1-STABLE")
+__version__ = Version("1.0.0b1-0-STABLE")
 
 # Please put a URL or other note here which shows where to get the branch of
 # development from which this version grew.