diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Version.h b/src/Version.h index cff2fda..73ee992 100644 --- a/src/Version.h +++ b/src/Version.h @@ -6,7 +6,7 @@ *
* See License.txt for details about distribution and modification.
*
-* (c) XhmikosR 2010-2011
+* (c) XhmikosR 2010-2012
* http://code.google.com/p/notepad2-mod/
*
*
@@ -28,8 +28,8 @@ #define MY_APPNAME L"Notepad2-mod"
#define VERSION_FILEVERSION_NUM VERSION_MAJOR,VERSION_MINOR,VERSION_BUILD,VERSION_REV
#define VERSION_FILEVERSION STRINGIFY(VERSION_MAJOR) ", " STRINGIFY(VERSION_MINOR) ", " STRINGIFY(VERSION_BUILD) ", " STRINGIFY(VERSION_REV)
-#define VERSION_LEGALCOPYRIGHT_SHORT L"Copyright © 2004-2011"
-#define VERSION_LEGALCOPYRIGHT_LONG L"© Florian Balmer 2004-2011"
+#define VERSION_LEGALCOPYRIGHT_SHORT L"Copyright © 2004-2012"
+#define VERSION_LEGALCOPYRIGHT_LONG L"© Florian Balmer 2004-2012"
#define VERSION_AUTHORNAME L"Florian Balmer"
#define VERSION_WEBPAGEDISPLAY L"flo's freeware - http://www.flos-freeware.ch"
#define VERSION_EMAILDISPLAY L"florian.balmer@gmail.com"
|