Changeset 550
- Timestamp:
- Jan 7, 2008, 3:27:00 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/html_utility.cc
r546 r550 28 28 #include "Date.h" 29 29 #include "HtmlStream.h" 30 #include "subversion_info.h" 30 31 #include <config.h> // this header file is created by configure 31 32 … … 66 67 << date("%a %b %d %H:%M:%S %Y") << " (UTC) by " 67 68 << anchor("http://trac.thep.lu.se/svndigest/", 68 PACKAGE_STRING, 0, "") 69 << "\n</p>\n</div>\n</body>\n</html>\n"; 69 PACKAGE_STRING, 0, ""); 70 if (DEV_BUILD) 71 os << " (r" << svn_revision() << ")"; 72 os << "\n</p>\n</div>\n</body>\n</html>\n"; 70 73 } 71 74
Note: See TracChangeset
for help on using the changeset viewer.