]> Creatis software - FrontAlgorithms.git/blob - lib/fpa/Config.cxx
b2649cdb1c82cd39c7e59852caa9a15bcf63311c
[FrontAlgorithms.git] / lib / fpa / Config.cxx
1 #include <fpa/Config.h>
2 #include <string>
3
4 // -------------------------------------------------------------------------
5 std::string fpa_EXPORT GetVersion( )
6 {
7   return( fpa_VERSION );
8 }
9
10 // eof - $RCSfile$