]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Version.cxx.in
...
[FrontAlgorithms.git] / lib / fpa / Version.cxx.in
index 1bac65e1c1007bd5555cebba1ae30eb5d443cecd..38f8172c77351ad26764863ed9ce653d90db4fb8 100644 (file)
@@ -1,7 +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_VERSION@" ); }
+std::string FPA_EXPORT version( ) { return( "@prj_VER@" ); }
 
 // eof - $RCSfile$