]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
zfec: bump version number to 1.0.0a2-1-STABLE
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 19 Apr 2007 00:18:11 +0000 (17:18 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 19 Apr 2007 00:18:11 +0000 (17:18 -0700)
zfec/zfec/__init__.py

index 5ac4e8969707a7b24b64abe2610a3e54c28161f3..fa80b63a1716d5bf33dbcfc2f064f41e796cce0e 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.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.