diff --git a/common/JackConstants.h b/common/JackConstants.h index 81cd3210..d87112f7 100644 --- a/common/JackConstants.h +++ b/common/JackConstants.h @@ -19,7 +19,7 @@ #define PRINTDEBUG -#define VERSION "0.61" +#define VERSION "0.62" #define FORK_SERVER 1 diff --git a/common/Jackdmp.cpp b/common/Jackdmp.cpp index b78aa8d8..fc7c6604 100644 --- a/common/Jackdmp.cpp +++ b/common/Jackdmp.cpp @@ -62,7 +62,7 @@ static void copyright(FILE* file) { fprintf (file, "jackdmp " VERSION "\n" "Copyright 2001-2005 Paul Davis and others.\n" - "Copyright 2004-2006 Grame.\n" + "Copyright 2004-2007 Grame.\n" "jackdmp 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");