From 133b65683f7ab7864bc889c2031f4ae0250d23d3 Mon Sep 17 00:00:00 2001 From: chenall Date: Wed, 9 Mar 2016 13:45:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7=E6=94=B9=E4=B8=BA1.?= =?UTF-8?q?2.0.74?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/merry.rc | 2 +- src/ALMRunVersion.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resource/merry.rc b/resource/merry.rc index a24e854..708c1d3 100644 --- a/resource/merry.rc +++ b/resource/merry.rc @@ -26,7 +26,7 @@ BEGIN VALUE "FileDescription", "ALMRun �����������,���ȼ�����,����������һ��" VALUE "FileVersion", VERSION_STR VALUE "InternalName", VER_DATE - VALUE "LegalCopyright", "Copyright (C) 2013" + VALUE "LegalCopyright", "Copyright (C) 2016" VALUE "OriginalFilename", "ALMRun.exe" VALUE "ProductName", "ALMRun" VALUE "ProductVersion", VERSION_STR diff --git a/src/ALMRunVersion.h b/src/ALMRunVersion.h index 5f64290..7b805db 100644 --- a/src/ALMRunVersion.h +++ b/src/ALMRunVersion.h @@ -1,6 +1,6 @@ #ifndef _ALMRUN_VERSION_H_ #define _ALMRUN_VERSION_H_ -#define VERSION_INT 1,2,0,73 -#define VERSION_STR "1,2,0,73" -#define VERSION_DATE "2015/01/26" +#define VERSION_INT 1,2,0,74 +#define VERSION_STR "1,2,0,74" +#define VERSION_DATE "2016/03/09" #endif