]> vaikene.ee Git - evaf/blobdiff - src/libs/version_rc.h
Ported to Qt5
[evaf] / src / libs / version_rc.h
index d174e8da661fcf5591e27abebec679924b37cd31..6920cf10e77221ad46774307addde04552d1dc39 100644 (file)
@@ -3,7 +3,7 @@
  * @brief Global version information for eVaf applications and modules
  * @author Enar Vaikene
  *
- * Copyright (c) 2011 Enar Vaikene
+ * Copyright (c) 2011-2012 Enar Vaikene
  *
  * This file is part of the eVaf C++ cross-platform application development framework.
  *
@@ -20,6 +20,8 @@
 #ifndef __VERSION_RC_H
 #define __VERSION_RC_H
 
+#include <QtCore/qglobal.h>
+
 /**
  * Product's version number in the format major,minor,release
  */
  * Legal copyright (shall end with \0)
  */
 #ifndef VER_LEGAL_COPYRIGHT_STR
-#  define VER_LEGAL_COPYRIGHT_STR       "(C) 2011 Enar Vaikene\0"
+#  define VER_LEGAL_COPYRIGHT_STR       "(C) 2011-2012 Enar Vaikene\0"
 #endif
 
 /**
  * Name of the company (shall end with \0)
  */
 #ifndef VER_COMPANY_NAME_STR
-#  define VER_COMPANY_NAME_STR          "N/A\0"
+#  define VER_COMPANY_NAME_STR          "eVaf\0"
 #endif
 
 /**