]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
assign version number tahoe 0.1.0-0-UNSTABLE
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 19 Apr 2007 20:47:59 +0000 (13:47 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 19 Apr 2007 20:47:59 +0000 (13:47 -0700)
src/allmydata/__init__.py

index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..ae6b540e18efbc036976d54e975e387117e7fbde 100644 (file)
@@ -0,0 +1,18 @@
+"""
+Decentralized storage mesh.
+
+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.
+__version__ = Version("0.1.0-0-UNSTABLE")
+
+# 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",]
+