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:
2d9f728
)
pyfec: bump version number to 1.0.0a1-1-STABLE
author
Zooko O'Whielacronx
<zooko@zooko.com>
Sun, 15 Apr 2007 00:50:40 +0000
(17:50 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Sun, 15 Apr 2007 00:50:40 +0000
(17:50 -0700)
pyfec/fec/__init__.py
patch
|
blob
|
history
diff --git
a/pyfec/fec/__init__.py
b/pyfec/fec/__init__.py
index ddae766c7ffe9fdfef51883808aeda1c0ba9fba8..89b2ead0d8d171e803c9bb472d9556eac0c5f44e 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-
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.