From 1bbd2c003ad9a80fc52b65c7593929b1ca58bd7d Mon Sep 17 00:00:00 2001 From: Stephen Sinclair Date: Tue, 1 Oct 2013 03:03:44 +0200 Subject: [PATCH] Change version number to 4.4.4. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0aaffdb..9db7cd2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(STK, 4.4, gary@music.mcgill.ca, stk) +AC_INIT(STK, 4.4.4, gary@music.mcgill.ca, stk) AC_CONFIG_AUX_DIR(config) AC_CONFIG_SRCDIR(src/Stk.cpp) AC_CONFIG_FILES(Makefile src/Makefile projects/demo/Makefile projects/effects/Makefile projects/ragamatic/Makefile projects/examples/Makefile projects/examples/libMakefile projects/eguitar/Makefile)