]> vaikene.ee Git - evaf/blobdiff - src/main/CLI/version.h
Added iApp::exec() function, which enters the Qt event loop and runs the application.
[evaf] / src / main / CLI / version.h
index 25d61e25c22814d019785fe06648b026f321b60e..17994d6bd87ecf76f892568ffb09de38c17b0928 100644 (file)
 /**
  * Module/library version number in the form major,minor,release,build
  */
-#define VER_FILE_VERSION                0,1,1,2
+#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.2\0"
+#define VER_FILE_VERSION_STR            "0.1.2.3\0"
 
 /**
  * Module/library name (shall end with \0)