]> Creatis software - cpPlugins.git/blob - lib/cpPlugins/Version.cxx.in
Moved to version 1.0
[cpPlugins.git] / lib / cpPlugins / Version.cxx.in
1 // =========================================================================
2 // @author Leonardo Florez-Valencia (florez-l@javeriana.edu.co)
3 // =========================================================================
4
5 #include <cpPlugins/Config.h>
6
7 std::string CPPLUGINS_EXPORT version( )
8 {
9   return( "@prj_MAJ@.@prj_MIN@.@prj_REL@" );
10 }
11
12 // eof - $RCSfile$