]> vaikene.ee Git - evaf/blobdiff - src/main/CLI/version.h
Changes to build the software with mingw on Windows.
[evaf] / src / main / CLI / version.h
index 5d439742c67cc53871965cd3d02511a9af41f812..17994d6bd87ecf76f892568ffb09de38c17b0928 100644 (file)
 /**
  * Module/library version number in the form major,minor,release,build
  */
-#define VER_FILE_VERSION                0,1,1,1
+#define VER_FILE_VERSION                0,1,2,3
 
 /**
  * Module/library version number in the string format (shall end with \0)
  */
-#define VER_FILE_VERSION_STR            "0.1.1.1\0"
+#define VER_FILE_VERSION_STR            "0.1.2.3\0"
 
 /**
  * Module/library name (shall end with \0)