Browse Source

Correct VERSION.

tags/v1.9.11-RC1
Stephane Letz 10 years ago
parent
commit
af94a45d2b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      common/Jackdmp.cpp

+ 1
- 1
common/Jackdmp.cpp View File

@@ -91,7 +91,7 @@ static void copyright(FILE* file)
{ {
fprintf(file, "jackdmp " VERSION "\n" fprintf(file, "jackdmp " VERSION "\n"
"Copyright 2001-2005 Paul Davis and others.\n" "Copyright 2001-2005 Paul Davis and others.\n"
"Copyright 2004-2014 Grame.\n"
"Copyright 2004-2015 Grame.\n"
"jackdmp comes with ABSOLUTELY NO WARRANTY\n" "jackdmp comes with ABSOLUTELY NO WARRANTY\n"
"This is free software, and you are welcome to redistribute it\n" "This is free software, and you are welcome to redistribute it\n"
"under certain conditions; see the file COPYING for details\n"); "under certain conditions; see the file COPYING for details\n");


Loading…
Cancel
Save