Changeset 909 for trunk/lib/OptionVersion.cc
- Timestamp:
- Nov 29, 2009, 11:43:01 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/OptionVersion.cc
r902 r909 22 22 #include <config.h> 23 23 24 #include "copyright_year.h"25 24 #include "OptionVersion.h" 26 25 #include "subversion_info.h" … … 65 64 << ")"; 66 65 } 67 cs << "\n\nCopyright (C) " << svn_year()66 cs << "\n\nCopyright (C) " << RELEASE_YEAR 68 67 << " Jari H\u00E4kkinen and Peter Johansson.\n" 69 68 << "This is free software. You may redistribute copies of it under "
Note: See TracChangeset
for help on using the changeset viewer.