From: zooko <zooko@zooko.com>
Date: Thu, 19 Apr 2007 00:18:11 +0000 (+0530)
Subject: zfec: bump version number to 1.0.0a2-1-STABLE
X-Git-Url: https://git.rkrishnan.org/%5B/frontends/-?a=commitdiff_plain;h=fe7ddbbb368b536fb9d14f31224cdcd2424e5f4d;p=tahoe-lafs%2Fzfec.git

zfec: bump version number to 1.0.0a2-1-STABLE

darcs-hash:8fad39e5339881182262633659c7db6ab16839f6
---

diff --git a/zfec/zfec/__init__.py b/zfec/zfec/__init__.py
index 5ac4e89..fa80b63 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.0a2-0-STABLE")
+__version__ = Version("1.0.0a2-1-STABLE")
 
 # Please put a URL or other note here which shows where to get the branch of
 # development from which this version grew.