From: Zooko O'Whielacronx zooko@zooko.com <zooko@zooko.com>
Date: Sun, 15 Apr 2007 19:08:12 +0000 (+0530)
Subject: pyfec: bump version number to  1.0.0a1-2-STABLE
X-Git-Url: https://git.rkrishnan.org/components/%22news.html/frontends/install.html?a=commitdiff_plain;h=0bfd0d847f00907ecc05bb6210d29fa6e401b4b5;p=tahoe-lafs%2Fzfec.git

pyfec: bump version number to  1.0.0a1-2-STABLE

darcs-hash:edb79b1c23fa0493892506e7ade504d01f17ef0b
---

diff --git a/pyfec/fec/__init__.py b/pyfec/fec/__init__.py
index 89b2ead..a82d775 100644
--- a/pyfec/fec/__init__.py
+++ b/pyfec/fec/__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.0a1-1-STABLE")
+__version__ = Version("1.0.0a1-2-STABLE")
 
 # Please put a URL or other note here which shows where to get the branch of
 # development from which this version grew.