Restore Fader and Pan options to audio track automation menus. Hide the Amp processo...
[ardour.git] / gtk2_ardour / wscript
index 1d87d395e740581849254ea472c370e8cde1cbf8..ddae851127e33039f132ec941ab962c937639f82 100644 (file)
@@ -8,9 +8,9 @@ import TaskGen
 import re
 
 # Version of this package (even if built as a child)
-MAJOR = '1'
+MAJOR = '3'
 MINOR = '0'
-MICRO = '2'
+MICRO = '0'
 GTK2_ARDOUR_VERSION = "%s.%s.%s" % (MAJOR, MINOR, MICRO)
 
 # Variables for 'waf dist'
@@ -164,6 +164,7 @@ gtk2_ardour_sources = [
        'public_editor.cc',
        'quantize_dialog.cc',
        'rc_option_editor.cc',
+       'region_editor.cc',
        'region_gain_line.cc',
        'region_selection.cc',
        'region_view.cc',
@@ -250,7 +251,7 @@ def build(bld):
                              libgtkmm2ext libtaglib'''
        obj.cflags       = ['-DPACKAGE="gtk2_ardour"']
        obj.cxxflags     = ['-DPACKAGE="gtk2_ardour"']
-       obj.cxxflags     += ['-DVERSIONSTRING="' + GTK2_ARDOUR_VERSION + '"']
+       obj.cxxflags     += ['-DVERSIONSTRING="' + bld.env['VERSION'] + '"']
        obj.cxxflags     += ['-DDATA_DIR="' + os.path.normpath(bld.env['DATADIR']) + '"']
        obj.cxxflags     += ['-DCONFIG_DIR="' + os.path.normpath(bld.env['CONFIGDIR']) + '"']
        obj.cxxflags     += ['-DMODULE_DIR="' + os.path.normpath(bld.env['LIBDIR']) + '"']