From: Peter Secor <secorp@allmydata.com>
Date: Wed, 17 Sep 2008 00:45:47 +0000 (-0700)
Subject: conf_wiz.py - updating version numbers in file, should really get these from a TAG... 
X-Git-Url: https://git.rkrishnan.org/pf/content/statistics?a=commitdiff_plain;h=c253655f669af898bfdc83f9c01bd1db43a893e0;p=tahoe-lafs%2Ftahoe-lafs.git

conf_wiz.py - updating version numbers in file, should really get these from a TAG or conf file
---

diff --git a/src/allmydata/gui/confwiz.py b/src/allmydata/gui/confwiz.py
index e389b1ac..09894e5a 100644
--- a/src/allmydata/gui/confwiz.py
+++ b/src/allmydata/gui/confwiz.py
@@ -1,5 +1,5 @@
 
-DEFAULT_SERVER_URL = 'https://beta.allmydata.com/'
+DEFAULT_SERVER_URL = 'https://www.allmydata.com/'
 
 BACKEND = 'native_client.php'
 ACCOUNT_PAGE = 'account'
@@ -227,7 +227,7 @@ class ConfWizApp(wx.App):
 class WizardFrame(wx.Frame):
     def __init__(self, app, panel_class):
         #title = 'Allmydata Config Wizard'
-        title = 'Setup - Allmydata 3.0'
+        title = 'Setup - Allmydata 3.1.2'
         wx.Frame.__init__(self, None, -1, title)
         self.app = app
         self.SetIcon(amdlogo.getIcon())