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