From: Zooko O'Whielacronx zooko@zooko.com <zooko@zooko.com>
Date: Sun, 15 Apr 2007 00:50:40 +0000 (+0530)
Subject: pyfec: bump version number to 1.0.0a1-1-STABLE
X-Git-Url: https://git.rkrishnan.org/%5B/frontends/flags/%22file:/using.html?a=commitdiff_plain;h=ba2f198312dd1de8bbf6691fae139c0fa0473430;p=tahoe-lafs%2Fzfec.git

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

darcs-hash:0eb0f33d15402b0031b8d6a5ff6c7f05236930c2
---

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