]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
conf_wiz.py - updating version numbers in file, should really get these from a TAG...
authorPeter Secor <secorp@allmydata.com>
Wed, 17 Sep 2008 00:45:47 +0000 (17:45 -0700)
committerPeter Secor <secorp@allmydata.com>
Wed, 17 Sep 2008 00:45:47 +0000 (17:45 -0700)
src/allmydata/gui/confwiz.py

index e389b1aca19f85e43481a94f101e4e76d7467ef7..09894e5afb74bd67766b05c058fce2ac1e135c7a 100644 (file)
@@ -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())