]> Creatis software - cpPlugins.git/blob - lib/tclap/Version.cxx.in
ad3e03e64b0a53f3e01a4af1aeba0ec23d04a182
[cpPlugins.git] / lib / tclap / Version.cxx.in
1 // =========================================================================
2 // @author Leonardo Florez-Valencia (florez-l@javeriana.edu.co)
3 // =========================================================================
4
5 #include <tclap_export.h>
6 #include <string>
7
8 // -------------------------------------------------------------------------
9 std::string TCLAP_EXPORT version( )
10 {
11   return( "@prj_MAJ@.@prj_MIN@.@prj_REL@" );
12 }
13
14 // eof - $RCSfile$