From 1d4845d92025cf8c2eaa8d2cffb90f11d4917221 Mon Sep 17 00:00:00 2001 From: sletz Date: Thu, 18 Jan 2007 20:32:07 +0000 Subject: [PATCH] Version 0.62 git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1353 0c269be4-1314-0410-8aa9-9f06e86f4224 --- common/JackConstants.h | 2 +- common/Jackdmp.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"); -- 2.11.4.GIT