Skip to content

Commit

Permalink
・バージョン番号を1.11とした。
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsu-syo committed Dec 24, 2017
1 parent 9c355dd commit 5ea0a83
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions savlist/savlist.rc
@@ -1,3 +1,6 @@
// SAVList (C) 2005,2017 Tatsuhiko Shoji
// The sources for SAVList are distributed under the MIT open source license

// Generated by ResEdit 1.6.3
// Copyright (C) 2006-2014
// http://www.resedit.net
Expand Down Expand Up @@ -55,7 +58,7 @@ FONT 10, "
{
DEFPUSHBUTTON "OK", IDOK, 178, 28, 50, 14, 0, WS_EX_LEFT
PUSHBUTTON "Support", IDSUPPORT, 178, 7, 50, 14, 0, WS_EX_LEFT
LTEXT "SAVList Version 1.10", IDC_STATIC, 42, 7, 77, 8, SS_LEFT, WS_EX_LEFT
LTEXT "SAVList Version 1.11", IDC_STATIC, 42, 7, 77, 8, SS_LEFT, WS_EX_LEFT
LTEXT "Copyright (C) 2003-2005,2017 Tatsu", IDC_STATIC, 42, 23, 120, 9, SS_LEFT, WS_EX_LEFT
ICON IDI_ICON1, IDC_STATIC, 13, 10, 9, 10, SS_ICON, WS_EX_LEFT
}
Expand Down Expand Up @@ -88,8 +91,8 @@ IDI_ICON1 ICON "icon1.ico"
//
LANGUAGE LANG_JAPANESE, SUBLANG_SYS_DEFAULT
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,1,0,0
PRODUCTVERSION 1,1,0,0
FILEVERSION 1,1,1,0
PRODUCTVERSION 1,1,1,0
FILEOS VOS__WINDOWS32
FILETYPE VFT_APP
FILESUBTYPE VFT2_UNKNOWN
Expand All @@ -105,12 +108,12 @@ VS_VERSION_INFO VERSIONINFO
BLOCK "041104B0"
{
VALUE "FileDescription", "SavList"
VALUE "FileVersion", "1, 1, 0, 0"
VALUE "FileVersion", "1, 1, 1, 0"
VALUE "InternalName", "savlist"
VALUE "LegalCopyright", "Copyright (C) 2003-2005,2017 Tatsu"
VALUE "OriginalFilename", "savlist.exe"
VALUE "ProductName", "SavList"
VALUE "ProductVersion", "1, 1, 0, 0"
VALUE "ProductVersion", "1, 1, 1, 0"
}
}
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 5ea0a83

Please sign in to comment.