]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Version.cxx.in
...
[FrontAlgorithms.git] / lib / fpa / Version.cxx.in
diff --git a/lib/fpa/Version.cxx.in b/lib/fpa/Version.cxx.in
new file mode 100644 (file)
index 0000000..38f8172
--- /dev/null
@@ -0,0 +1,11 @@
+// =========================================================================
+// @author Leonardo Florez Valencia
+// @email florez-l@javeriana.edu.co
+// =========================================================================
+
+#include <fpa/fpa_export.h>
+#include <string>
+
+std::string FPA_EXPORT version( ) { return( "@prj_VER@" ); }
+
+// eof - $RCSfile$