From f724719744807715e471af1a790c57fb797b6272 Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Mon, 30 Apr 2007 23:11:23 -0700
Subject: [PATCH] v0.2.0b1-0-UNSTABLE

---
 relnotes.txt              | 2 +-
 setup.py                  | 2 +-
 src/allmydata/__init__.py | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/relnotes.txt b/relnotes.txt
index bc356d3d..e4dd8f52 100644
--- a/relnotes.txt
+++ b/relnotes.txt
@@ -110,7 +110,7 @@ separately: [13]).
 
 
 [1]  http://allmydata.com
-[2]  http://allmydata.org/source/tahoe/tahoe-0.1.4b2-0-UNSTABLE.tar.gz
+[2]  http://allmydata.org/source/tahoe/tahoe-0.2.0b1-0-UNSTABLE.tar.gz
 [3]  http://allmydata.org/trac/tahoe/browser/README
 [4]  http://allmydata.org/cgi-bin/mailman/listinfo/tahoe-dev
 [5]  http://allmydata.org/trac/tahoe/browser/roadmap.txt
diff --git a/setup.py b/setup.py
index 67611dbb..2effe799 100644
--- a/setup.py
+++ b/setup.py
@@ -56,7 +56,7 @@ trove_classifiers=[
     ]
 
 setup(name='allmydata-tahoe',
-      version='0.1.4b2',
+      version='0.2.0b1',
       description='secure, distributed storage grid',
       long_description="""Welcome to the AllMyData "tahoe" project. This project implements a
 secure, distributed, fault-tolerant storage grid.
diff --git a/src/allmydata/__init__.py b/src/allmydata/__init__.py
index 24a86490..2baf0b53 100644
--- a/src/allmydata/__init__.py
+++ b/src/allmydata/__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("0.1.4b2-0-UNSTABLE")
+__version__ = Version("0.2.0b1-0-UNSTABLE")
 
 # Please put a URL or other note here which shows where to get the branch of
 # development from which this version grew.
-- 
2.45.2