]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/commitdiff
pyfec: bump version number to 1.0.0a1-2-STABLE
authorZooko O'Whielacronx zooko@zooko.com <zooko@zooko.com>
Sun, 15 Apr 2007 19:08:12 +0000 (00:38 +0530)
committerZooko O'Whielacronx zooko@zooko.com <zooko@zooko.com>
Sun, 15 Apr 2007 19:08:12 +0000 (00:38 +0530)
darcs-hash:edb79b1c23fa0493892506e7ade504d01f17ef0b

pyfec/fec/__init__.py

index 89b2ead0d8d171e803c9bb472d9556eac0c5f44e..a82d7754cfb54b18b3563607359fd585e07f0c6b 100644 (file)
@@ -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.