]> vaikene.ee Git - evaf/commitdiff
Added extra info message right before running the application.
authorEnar Väikene <enar.vaikene@mt.com>
Wed, 18 May 2011 06:58:42 +0000 (09:58 +0300)
committerEnar Väikene <enar.vaikene@mt.com>
Wed, 18 May 2011 06:58:42 +0000 (09:58 +0300)
src/main/GUI/main.cpp
src/main/GUI/version.h

index 45c5043f87e7a53aa3aa802fe9a7c1ad24dbd05c..2a3caa05da6a076b8650df4c90fe9c131050676c 100644 (file)
@@ -408,6 +408,7 @@ int main(int argc, char ** argv)
         //    return 1;
 
         // Run the application
+        EVAF_INFO("Running %s", VER_MODULE_NAME_STR);
         rval = app.exec();
 
         quit = rval != Common::iApp::RC_Restart;
index ff98d7a9e246c6b37fe6cd56e4826e4ea7c0351a..2eb2db8edd0c2d014d69e980aa299730178cd8d9 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,1,2
 
 /**
  * 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.1.2\0"
 
 /**
  * Module/library name (shall end with \0)