diff --git a/CHANGELOG.md b/CHANGELOG.md index 93bba65..19811be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ CHANGELOG ========= -Version 0.4.0 (2019-MM-DD) +Version 0.4.0 (2019-02-21) -------------------------- * Offer x64 build of the plugin [#9](https://github.com/editorconfig/editorconfig-notepad-plus-plus/issues/9) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3f6618c..d79139b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,8 +22,8 @@ cmake_minimum_required(VERSION 3.5.0) project(NppEditorConfig CXX) set (editorconfig_notepad_plus_plus_VERSION_MAJOR 0) -set (editorconfig_notepad_plus_plus_VERSION_MINOR 3) -set (editorconfig_notepad_plus_plus__VERSION_SUBMINOR 1) +set (editorconfig_notepad_plus_plus_VERSION_MINOR 4) +set (editorconfig_notepad_plus_plus__VERSION_SUBMINOR 0) # set the EDITORCONFIG_CORE_PREFIX. Default is the default installation # directory of editorconfig @@ -46,4 +46,3 @@ if(NOT PCRE2_LIB_DIR) endif() add_subdirectory(src) - diff --git a/src/version.rc.in b/src/version.rc.in index 12b226e..416adb9 100644 --- a/src/version.rc.in +++ b/src/version.rc.in @@ -38,7 +38,7 @@ VALUE "FileDescription", "EditorConfig plugin for Notepad++" VALUE "FileVersion", VER_FILEVERSION_STR VALUE "InternalName", "NppEditorConfig" - VALUE "LegalCopyright", "Copyright (C) 2011-2016 EditorConfig Team " + VALUE "LegalCopyright", "Copyright (C) 2011-2019 EditorConfig Team " VALUE "OriginalFilename", "NppEditorConfig" VALUE "ProductName", "EditorConfig plugin for Notepad++" VALUE "ProductVersion", VER_PRODUCTVERSION_STR @@ -65,6 +65,6 @@ FONT 8, "MS Shell Dlg", 0, 0, 1 LTEXT "License:", IDC_STATIC, 30, 68, 64, 8 LTEXT "GPL-2", IDC_STATIC, 100, 68, 106, 8 LTEXT "Site:", IDC_STATIC, 30, 83, 64, 8 - CONTROL "http://editorconfig.org/", IDC_SYSLINK, "SysLink", NOT WS_TABSTOP, 99, 83, 106, 8 + CONTROL "https://editorconfig.org/", IDC_SYSLINK, "SysLink", NOT WS_TABSTOP, 99, 83, 106, 8 PUSHBUTTON "Close", IDCANCEL, 86, 107, 50, 14 }