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