From: Zooko O'Whielacronx zooko@zooko.com <zooko@zooko.com>
Date: Sat, 21 Apr 2007 02:10:21 +0000 (+0530)
Subject: zfec: version 1.0.0a5-1-STABLE
X-Git-Url: https://git.rkrishnan.org/components/com_hotproperty/frontends/module-simplejson.tests.html?a=commitdiff_plain;h=8187c0e36aa4439afdfd14f59990e7affd286ce0;p=tahoe-lafs%2Fzfec.git

zfec: version 1.0.0a5-1-STABLE

darcs-hash:321ab557bc9548df18bf050080c4379383bb1dae
---

diff --git a/zfec/setup.py b/zfec/setup.py
index 408a27d..1609fb4 100755
--- a/zfec/setup.py
+++ b/zfec/setup.py
@@ -58,7 +58,7 @@ trove_classifiers=[
     ]
 
 setup(name='zfec',
-      version='1.0.0a4',
+      version='1.0.0a5',
       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/zfec/zfec/__init__.py b/zfec/zfec/__init__.py
index 9e8eca0..236986f 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.0a4-1-STABLE")
+__version__ = Version("1.0.0a5-1-STABLE")
 
 # Please put a URL or other note here which shows where to get the branch of
 # development from which this version grew.