X-Git-Url: https://vaikene.ee/gitweb/pswgen11.html?a=blobdiff_plain;f=src%2Flibs%2Fversion_rc.h;h=ed8a20fddd2eb814039174c6af5a613b55a98275;hb=18ba5c0014514a8248a77dd36d8ee8d9acc3227b;hp=d174e8da661fcf5591e27abebec679924b37cd31;hpb=441d1b38e0900f56891f495a94a08dc8d48e0a32;p=evaf diff --git a/src/libs/version_rc.h b/src/libs/version_rc.h index d174e8d..ed8a20f 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. * @@ -52,14 +52,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 /**