2007-05-01 22:46:19 +00:00
|
|
|
verstr="0.2.0b2-0-UNSTABLE"
|
2007-05-01 20:23:15 +00:00
|
|
|
# The line is placed above so that it can be easily read by build scripts.
|
|
|
|
|
2007-04-19 20:47:59 +00:00
|
|
|
"""
|
2007-04-30 20:06:09 +00:00
|
|
|
Decentralized storage grid.
|
2007-04-19 20:47:59 +00:00
|
|
|
|
|
|
|
maintainer web site: U{http://allmydata.com/}
|
|
|
|
|
|
|
|
community web site: U{http://allmydata.org/}
|
|
|
|
"""
|
|
|
|
|
|
|
|
from util.version import Version
|
|
|
|
|
|
|
|
# For an explanation of what the parts of the version string mean,
|
|
|
|
# please see pyutil.version.
|
2007-05-01 20:23:15 +00:00
|
|
|
__version__ = Version(verstr)
|
2007-04-19 20:47:59 +00:00
|
|
|
|
|
|
|
# Please put a URL or other note here which shows where to get the branch of
|
|
|
|
# development from which this version grew.
|
|
|
|
__sources__ = ["http://allmydata.org/source/tahoe",]
|
|
|
|
|