From b027ee1489ec331438ab70ce7fa659a236167960 Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Mon, 30 Apr 2007 10:00:07 -0700
Subject: [PATCH] v0.1.4b2-0-UNSTABLE

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

diff --git a/setup.py b/setup.py
index cec6eb3d..d15ef654 100644
--- a/setup.py
+++ b/setup.py
@@ -56,7 +56,7 @@ trove_classifiers=[
     ]
 
 setup(name='allmydata-tahoe',
-      version='0.1.3',
+      version='0.1.4b2',
       description='secure, distributed storage mesh',
       long_description="""Welcome to the AllMyData "tahoe" project. This project implements a
 secure, distributed, fault-tolerant storage mesh.
diff --git a/src/allmydata/__init__.py b/src/allmydata/__init__.py
index f0a7c37f..822b60d1 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.3-0-UNSTABLE")
+__version__ = Version("0.1.4b2-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