From fe7ddbbb368b536fb9d14f31224cdcd2424e5f4d Mon Sep 17 00:00:00 2001
From: zooko <zooko@zooko.com>
Date: Thu, 19 Apr 2007 05:48:11 +0530
Subject: [PATCH] zfec: bump version number to 1.0.0a2-1-STABLE

darcs-hash:8fad39e5339881182262633659c7db6ab16839f6
---
 zfec/zfec/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
-- 
2.45.2