Changeset 646 for branches/replacing_gnuplot/lib/html_utility.cc
- Timestamp:
- Jun 4, 2008, 12:05:22 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/replacing_gnuplot/lib/html_utility.cc
r589 r646 25 25 #include "html_utility.h" 26 26 27 #include "config.h" 27 28 #include "Configuration.h" 28 29 #include "Date.h" … … 69 70 PACKAGE_STRING, 0, ""); 70 71 if (DEV_BUILD) 71 os << " ( r" << svn_revision() << ")";72 os << " (dev build r" << svn_revision() << ")"; 72 73 os << "\n</p>\n</div>\n</body>\n</html>\n"; 73 74 } … … 181 182 182 183 183 std::string trac_revision(s ize_t r, std::string color)184 std::string trac_revision(svn_revnum_t r, std::string color) 184 185 { 185 186 const Configuration& conf = Configuration::instance();
Note: See TracChangeset
for help on using the changeset viewer.