X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2Ffpa%2FVersion.cxx.in;fp=lib%2Ffpa%2FVersion.cxx.in;h=38f8172c77351ad26764863ed9ce653d90db4fb8;hb=2047276c8f1a02432fbcc7014722d460d6c1e60f;hp=0000000000000000000000000000000000000000;hpb=3c639e5da479c7216a0a302ffa156ac6762caeed;p=FrontAlgorithms.git diff --git a/lib/fpa/Version.cxx.in b/lib/fpa/Version.cxx.in new file mode 100644 index 0000000..38f8172 --- /dev/null +++ b/lib/fpa/Version.cxx.in @@ -0,0 +1,11 @@ +// ========================================================================= +// @author Leonardo Florez Valencia +// @email florez-l@javeriana.edu.co +// ========================================================================= + +#include +#include + +std::string FPA_EXPORT version( ) { return( "@prj_VER@" ); } + +// eof - $RCSfile$