Changeset 726 for trunk/lib/copyright_year.h
- Timestamp:
- Dec 9, 2008, 11:14:16 PM (14 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/copyright_year.h
r723 r726 1 #ifndef _theplu_svndigest_ subversion_info_2 #define _theplu_svndigest_ subversion_info_1 #ifndef _theplu_svndigest_copyright_year_ 2 #define _theplu_svndigest_copyright_year_ 3 3 4 4 // $Id$ … … 28 28 namespace svndigest{ 29 29 30 // These functions are (mis)placed here to reflect compilation time 31 // of subversion_info.cc. Previously, __TIME__ macro was placed in 32 // `bin/Parameter.cc' and since the Parameter is almost independent 33 // of other parts of the package, that compilation time does not 34 // very accurately reflect the building time of the svndigest 35 // binary. subversion_info.cc is at least modified when updating 36 // against repository and therefore these functions will return a 37 // time no earlier than last `svn update' 38 std::string compilation_date(void); 39 std::string compilation_time(void); 40 41 std::string svn_revision(void); 42 30 /** 31 \return year svndigest was last changed 32 */ 43 33 std::string svn_year(void); 44 34
Note: See TracChangeset
for help on using the changeset viewer.