]> vaikene.ee Git - evaf/blobdiff - src/main/GUI/version.h
Fixed compiler warning for unhandled Common::iLogger::Count value.
[evaf] / src / main / GUI / version.h
index 2a6c047020365392d86c8fca5477e759af64ff86..b593649d94a22359fdf930cb51db811d2450c592 100644 (file)
 /**
  * Module/library version number in the form major,minor,release,build
  */
-#define VER_FILE_VERSION                0,1,1,3
+#define VER_FILE_VERSION                0,1,1,4
 
 /**
  * Module/library version number in the string format (shall end with \0)
  */
-#define VER_FILE_VERSION_STR            "0.1.1.3\0"
+#define VER_FILE_VERSION_STR            "0.1.1.4\0"
 
 /**
  * Module/library name (shall end with \0)