Browse Source

Version 0.62

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1353 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.62
sletz 19 years ago
parent
commit
1d4845d920
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      common/JackConstants.h
  2. +1
    -1
      common/Jackdmp.cpp

+ 1
- 1
common/JackConstants.h View File

@@ -19,7 +19,7 @@

#define PRINTDEBUG

#define VERSION "0.61"
#define VERSION "0.62"

#define FORK_SERVER 1



+ 1
- 1
common/Jackdmp.cpp View File

@@ -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");


Loading…
Cancel
Save