]> Creatis software - FrontAlgorithms.git/blob - lib/fpa/Version.cxx.in
...
[FrontAlgorithms.git] / lib / fpa / Version.cxx.in
1
2 #include <fpa/fpa_export.h>
3 #include <string>
4
5 std::string FPA_EXPORT version( ) { return( "@prj_VERSION@" ); }
6
7 // eof - $RCSfile$