]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
pyfec: bump version number to 1.0.0a1-1-STABLE
authorZooko O'Whielacronx <zooko@zooko.com>
Sun, 15 Apr 2007 00:50:40 +0000 (17:50 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Sun, 15 Apr 2007 00:50:40 +0000 (17:50 -0700)
pyfec/fec/__init__.py

index ddae766c7ffe9fdfef51883808aeda1c0ba9fba8..89b2ead0d8d171e803c9bb472d9556eac0c5f44e 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-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.