Skip to content

Commit

Permalink
bump to version v2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
chcg committed Oct 24, 2024
1 parent d7bc86b commit 795b55d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2.6.{build}
version: 2.7.{build}

environment:
matrix:
Expand Down
12 changes: 6 additions & 6 deletions resources/TaskList.rc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_POPUP | WS_BORDER | WS_SYSMENU
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
DEFPUSHBUTTON "&Ok",1,110,120,50,14
CTEXT "Task List v2.6.0",IDC_ABOUT_TITLE,7,7,257,17,SS_CENTERIMAGE,WS_EX_DLGMODALFRAME | WS_EX_TRANSPARENT
CTEXT "Task List v2.7.0",IDC_ABOUT_TITLE,7,7,257,17,SS_CENTERIMAGE,WS_EX_DLGMODALFRAME | WS_EX_TRANSPARENT
LTEXT "Url:",IDC_ABOUT_URL_PREFIX,12,34,27,9
LTEXT "https://github.com/Megabyteceer/npp-task-list",IDC_ABOUT_URL,39,34,220,9
LTEXT "Contributors:",IDC_ABOUT_CONTRIBUTORS,12,50,247,9
Expand Down Expand Up @@ -71,8 +71,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,6,0,0
PRODUCTVERSION 2,6,0,0
FILEVERSION 2,7,0,0
PRODUCTVERSION 2,7,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -88,12 +88,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "Task List for Notepad++"
VALUE "FileVersion", "2.6.0.0"
VALUE "FileVersion", "2.7.0.0"
VALUE "InternalName", "NppTaskList.dll"
VALUE "LegalCopyright", "Copyright 2023"
VALUE "LegalCopyright", "Copyright 2024"
VALUE "OriginalFilename", "NppTaskList.dll"
VALUE "ProductName", "Task List for Notepad++"
VALUE "ProductVersion", "2.6.0.0"
VALUE "ProductVersion", "2.7.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 795b55d

Please sign in to comment.