diff --git a/src/tiffimage.cpp b/src/tiffimage.cpp index 9c38672a..53464414 100644 --- a/src/tiffimage.cpp +++ b/src/tiffimage.cpp @@ -27,7 +27,7 @@ */ // ***************************************************************************** #include "rcsid.hpp" -EXIV2_RCSID("@(#) $Id: tiffparser.cpp 675 2006-01-25 04:16:58Z ahuggel $"); +EXIV2_RCSID("@(#) $Id$"); // Define DEBUG to output debug information to std::cerr, e.g, by calling make // like this: make DEFS=-DDEBUG tiffparser.o diff --git a/src/tiffparser.cpp b/src/tiffparser.cpp index 0bdf69c7..77685562 100644 --- a/src/tiffparser.cpp +++ b/src/tiffparser.cpp @@ -27,7 +27,7 @@ */ // ***************************************************************************** #include "rcsid.hpp" -EXIV2_RCSID("@(#) $Id: tiffparser.cpp 675 2006-01-25 04:16:58Z ahuggel $"); +EXIV2_RCSID("@(#) $Id$"); // Define DEBUG to output debug information to std::cerr, e.g, by calling make // like this: make DEFS=-DDEBUG tiffparser.o