projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
278f9ad
)
pyfec: bump version number to 1.0.0a1-2-STABLE
author
Zooko O'Whielacronx
<zooko@zooko.com>
Sun, 15 Apr 2007 19:08:12 +0000
(12:08 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Sun, 15 Apr 2007 19:08:12 +0000
(12:08 -0700)
pyfec/fec/__init__.py
patch
|
blob
|
history
diff --git
a/pyfec/fec/__init__.py
b/pyfec/fec/__init__.py
index 89b2ead0d8d171e803c9bb472d9556eac0c5f44e..a82d7754cfb54b18b3563607359fd585e07f0c6b 100644
(file)
--- a/
pyfec/fec/__init__.py
+++ b/
pyfec/fec/__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.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.