X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FVersion.cxx.in;fp=lib%2FcpPlugins%2FVersion.cxx.in;h=bc75330829c657410985809f7562d41b65fd5b6a;hb=2e142df11d6f312a2a2b5097b8da73571ed523e8;hp=0000000000000000000000000000000000000000;hpb=61b3659afe961ed248f30e26f9ca8f28fcfafddc;p=cpPlugins.git diff --git a/lib/cpPlugins/Version.cxx.in b/lib/cpPlugins/Version.cxx.in new file mode 100644 index 0000000..bc75330 --- /dev/null +++ b/lib/cpPlugins/Version.cxx.in @@ -0,0 +1,12 @@ +// ========================================================================= +// @author Leonardo Florez-Valencia (florez-l@javeriana.edu.co) +// ========================================================================= + +#include + +std::string CPPLUGINS_EXPORT version( ) +{ + return( "@prj_MAJ@.@prj_MIN@.@prj_REL@" ); +} + +// eof - $RCSfile$