X-Git-Url: https://vaikene.ee/gitweb/pswgen09.html?a=blobdiff_plain;f=src%2Flibs%2Fversion_rc.h;h=6920cf10e77221ad46774307addde04552d1dc39;hb=a81a943bee20df3c7eb34bafb3e3fe878facfe4e;hp=d174e8da661fcf5591e27abebec679924b37cd31;hpb=441d1b38e0900f56891f495a94a08dc8d48e0a32;p=evaf diff --git a/src/libs/version_rc.h b/src/libs/version_rc.h index d174e8d..6920cf1 100644 --- a/src/libs/version_rc.h +++ b/src/libs/version_rc.h @@ -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 + /** * Product's version number in the format major,minor,release */ @@ -52,14 +54,14 @@ * 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 /**