]> vaikene.ee Git - evaf/blobdiff - src/libs/Gui/version.h
Renamed Gui::Window to a more generic Gui::Panel, which can be a window, but also...
[evaf] / src / libs / Gui / version.h
index a2987049024f941a48497c35ca0a5cbd7a6fc1fa..dc36c0a1ba0a2b2afb0b18d0e8f68a902b3d6dbf 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,2,1,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.2.1.3\0"
 
 /**
  * Module/library name (shall end with \0)