diff --git a/gtk2_ardour/splash.png b/gtk2_ardour/splash.png index 4152aa0cc2..014f0ac36d 100644 Binary files a/gtk2_ardour/splash.png and b/gtk2_ardour/splash.png differ diff --git a/wscript b/wscript index 654d770d7c..ba625818e0 100644 --- a/wscript +++ b/wscript @@ -7,8 +7,11 @@ import string import subprocess import sys -# Variables for 'waf dist' -VERSION = '3.0rc2' +if sys.platform == 'darwin': + VERSION = '3.0beta6' +else: + VERSION = '3.0rc3' + APPNAME = 'Ardour3' # Mandatory variables