prep for beta1

git-svn-id: svn://localhost/ardour2/branches/3.0@10554 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-11-11 20:09:14 +00:00
parent 578eba247a
commit 5314311e78
3 changed files with 7 additions and 7 deletions

View 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);
}

View 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__ */

View file

@ -8,7 +8,7 @@ import subprocess
import sys
# Variables for 'waf dist'
VERSION = '3.0alpha10'
VERSION = '3.0beta1'
APPNAME = 'Ardour'
# Mandatory variables