zfec: bump version number to 1.0.0a2-1-STABLE

This commit is contained in:
Zooko O'Whielacronx 2007-04-18 17:18:11 -07:00
parent 0da053eda2
commit af682e2698

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