summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-01-10 18:30:10 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-01-10 18:30:10 +0000
commitbd6dba5c6d91b21ab5b0cc609182b1cb5e44e9f1 (patch)
treeb3e4bbeeaa027040fcc1ab3a6da9cefaf93ecdf3
parenta8ac24c56ab41ce5e6d04d143fcff99940849ef1 (diff)
minor tweaks
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2879 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--SConstruct1
-rw-r--r--gtk2_ardour/about.cc2
-rw-r--r--svn_revision.h2
3 files changed, 3 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index 55c08d2375..88b15db0f3 100644
--- a/SConstruct
+++ b/SConstruct
@@ -775,6 +775,7 @@ libraries['vamp'] = LibraryInfo (LIBS='vampsdk',
env['RUBBERBAND'] = False
conf = Configure (env)
+
if conf.CheckHeader ('fftw3.h'):
env['RUBBERBAND'] = True
libraries['rubberband'] = LibraryInfo (LIBS='rubberband',
diff --git a/gtk2_ardour/about.cc b/gtk2_ardour/about.cc
index 1502b95d14..bb11b0160c 100644
--- a/gtk2_ardour/about.cc
+++ b/gtk2_ardour/about.cc
@@ -192,7 +192,7 @@ About::About ()
}
set_translator_credits (t);
- set_copyright (_("Copyright (C) 1999-2007 Paul Davis\n"));
+ set_copyright (_("Copyright (C) 1999-2008 Paul Davis\n"));
set_license (_("Ardour comes with ABSOLUTELY NO WARRANTY\n"
"This is free software, and you are welcome to redistribute it\n"
"under certain conditions; see the file COPYING for details.\n"));
diff --git a/svn_revision.h b/svn_revision.h
index bcfd211e4a..11a013c1df 100644
--- a/svn_revision.h
+++ b/svn_revision.h
@@ -1,4 +1,4 @@
#ifndef __ardour_svn_revision_h__
#define __ardour_svn_revision_h__
-static const char* ardour_svn_revision = "2874";
+static const char* ardour_svn_revision = "2878";
#endif