Changeset 726 for trunk/lib/copyright_year.cc
- Timestamp:
- Dec 9, 2008, 11:14:16 PM (14 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/copyright_year.cc
r723 r726 20 20 */ 21 21 22 #include " subversion_info.h"22 #include "copyright_year.h" 23 23 #include <string> 24 24 … … 26 26 namespace svndigest{ 27 27 28 std::string compilation_date(void)29 {30 return __DATE__;31 }32 33 34 std::string compilation_time(void)35 {36 return __TIME__;37 }38 39 40 std::string svn_revision(void)41 {42 return "sub_2_svn_revision";43 }44 45 46 28 std::string svn_year(void) 47 29 { 48 return " sub_2_svn_year";30 return "2008"; 49 31 } 50 32
Note: See TracChangeset
for help on using the changeset viewer.