Changeset 895
- Timestamp:
- Nov 26, 2009, 7:34:45 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/OptionVersion.cc
r795 r895 33 33 34 34 #include <apr_version.h> 35 36 #include <plplot/plstream.h> 35 37 36 38 #include <sstream> … … 78 80 cs << apr_version_string(); 79 81 cs << "\n"; 82 cs << "using libplplot "; 83 plstream pls; 84 char* plplot_version; 85 pls.gver(plplot_version); 86 cs << plplot_version << "\n"; 80 87 } 81 88 exit(0);
Note: See TracChangeset
for help on using the changeset viewer.