]> Creatis software - FrontAlgorithms.git/blob - lib/fpa/Version.cxx.in
445f31480ea5a14c3c692b5faf11efda43b4d488
[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_VER@" ); }
6
7 // eof - $RCSfile$