From ced1d8189b3212e559fc6b08e63bce43c2cac4b4 Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Mon, 30 Apr 2007 09:10:12 -0700
Subject: [PATCH] zfec: v1.0.0b3-0-STABLE

---
 src/zfec/setup.py         | 2 +-
 src/zfec/zfec/__init__.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/zfec/setup.py b/src/zfec/setup.py
index e3fcf60c..eb2b2de6 100644
--- a/src/zfec/setup.py
+++ b/src/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/src/zfec/zfec/__init__.py b/src/zfec/zfec/__init__.py
index 96f8959a..ae874ccc 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.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.
-- 
2.45.2