]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Version.cxx.in
Moved to version 1.0
[cpPlugins.git] / lib / cpPlugins / Version.cxx.in
diff --git a/lib/cpPlugins/Version.cxx.in b/lib/cpPlugins/Version.cxx.in
new file mode 100644 (file)
index 0000000..bc75330
--- /dev/null
@@ -0,0 +1,12 @@
+// =========================================================================
+// @author Leonardo Florez-Valencia (florez-l@javeriana.edu.co)
+// =========================================================================
+
+#include <cpPlugins/Config.h>
+
+std::string CPPLUGINS_EXPORT version( )
+{
+  return( "@prj_MAJ@.@prj_MIN@.@prj_REL@" );
+}
+
+// eof - $RCSfile$