X-Git-Url: https://vaikene.ee/gitweb/pswgen11.html?a=blobdiff_plain;f=src%2Flibs%2Fversion_rc.h;h=6920cf10e77221ad46774307addde04552d1dc39;hb=a81a943bee20df3c7eb34bafb3e3fe878facfe4e;hp=b74e6c744e124a98fb49f948a456f20bb35556e6;hpb=40d7331dca60254d57246103710cf328e859b0ef;p=evaf diff --git a/src/libs/version_rc.h b/src/libs/version_rc.h index b74e6c7..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,7 +54,7 @@ * 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 /**