]> Creatis software - FrontAlgorithms.git/blob - lib/fpa/Version.cxx.in
38f8172c77351ad26764863ed9ce653d90db4fb8
[FrontAlgorithms.git] / lib / fpa / Version.cxx.in
1 // =========================================================================
2 // @author Leonardo Florez Valencia
3 // @email florez-l@javeriana.edu.co
4 // =========================================================================
5
6 #include <fpa/fpa_export.h>
7 #include <string>
8
9 std::string FPA_EXPORT version( ) { return( "@prj_VER@" ); }
10
11 // eof - $RCSfile$