From af682e269891708351cbfd9793856cf0e6714bcd Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Wed, 18 Apr 2007 17:18:11 -0700
Subject: [PATCH] zfec: bump version number to 1.0.0a2-1-STABLE

---
 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 5ac4e896..fa80b63a 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