prep for beta1
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 11 Nov 2011 20:09:14 +0000 (20:09 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 11 Nov 2011 20:09:14 +0000 (20:09 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@10554 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/startup.cc
gtk2_ardour/startup.h
wscript

index 77afb0fa1757dc3714221f12f86d4afa004a7ffb..a7bce0a8479c3232165c63481534cebad65a18ad 100644 (file)
@@ -125,7 +125,7 @@ Ardour will play NO role in monitoring"))
 
        bool need_audio_setup = !EngineControl::engine_running();
 
-        setup_alpha_page ();
+        setup_prerelease_page ();
 
        if (new_user) {
 
@@ -172,12 +172,12 @@ ArdourStartup::~ArdourStartup ()
 }
 
 void
-ArdourStartup::setup_alpha_page ()
+ArdourStartup::setup_prerelease_page ()
 {
         VBox* vbox = manage (new VBox);
         Label* label = manage (new Label);
-        label->set_markup (_("<b>Welcome to this ALPHA release of Ardour 3.0</b>\n\n\
-There are still many issues and bugs to be worked on,\n\
+        label->set_markup (_("<b>Welcome to this BETA release of Ardour 3.0</b>\n\n\
+There are still several issues and bugs to be worked on,\n\
 as well as general workflow improvements, before this can be considered\n\
 release software. So, a few guidelines:\n\
 \n\
@@ -202,7 +202,7 @@ Full information on all the above can be found on the support page at\n\
 
         append_page (*vbox);
         set_page_type (*vbox, ASSISTANT_PAGE_CONTENT);
-        set_page_title (*vbox, _("This is an ALPHA RELEASE"));
+        set_page_title (*vbox, _("This is an BETA RELEASE"));
        set_page_complete (*vbox, true);
 }
 
index a7f1517f417abee4616743af22fd2720140452f7..052a168a3775b453cb0abab863df5851d50b0657 100644 (file)
@@ -292,7 +292,7 @@ class ArdourStartup : public Gtk::Assistant {
        void move_along_now ();
 
        bool _existing_session_chooser_used; ///< set to true when the existing session chooser has been used
-        void setup_alpha_page ();
+        void setup_prerelease_page ();
 };
 
 #endif /* __gtk2_ardour_startup_h__ */
diff --git a/wscript b/wscript
index 90aa9d425be81ccdf0a58801466265012c73ab64..2a5d4b2790f29cab9e8e23984da0e8ed062a7806 100644 (file)
--- a/wscript
+++ b/wscript
@@ -8,7 +8,7 @@ import subprocess
 import sys
 
 # Variables for 'waf dist'
-VERSION = '3.0alpha10'
+VERSION = '3.0beta1'
 APPNAME = 'Ardour'
 
 # Mandatory variables