diff configure.ac @ 214:14db41423fc3

Don't write version.h, it's now tracked
author Chris Cannam
date Thu, 05 Nov 2015 15:17:59 +0000
parents c71d6ae15882
children 6153429ebf89
line wrap: on
line diff
--- a/configure.ac	Thu Nov 05 14:48:25 2015 +0000
+++ b/configure.ac	Thu Nov 05 15:17:59 2015 +0000
@@ -1,5 +1,5 @@
 
-AC_INIT([Sonic Annotator], [1.2], cannam@all-day-breakfast.com)
+AC_INIT([Sonic Annotator], [], cannam@all-day-breakfast.com)
 
 AC_CONFIG_SRCDIR(runner/main.cpp)
 
@@ -108,7 +108,7 @@
 AC_SUBST(QMAKE_CONFIG)
 
 AC_CONFIG_SUBDIRS([svcore])
-AC_CONFIG_FILES([config.pri version.h])
+AC_CONFIG_FILES([config.pri])
 
 AC_OUTPUT