Skip to content

Commit 41ffff0

Browse files
authored
Merge pull request #30 from ffes/release-040
Final preparation for the release of v0.4.0
2 parents 080483a + a6fa70e commit 41ffff0

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CHANGELOG
22
=========
33

4-
Version 0.4.0 (2019-MM-DD)
4+
Version 0.4.0 (2019-02-21)
55
--------------------------
66

77
* Offer x64 build of the plugin [#9](https://github.com/editorconfig/editorconfig-notepad-plus-plus/issues/9)

CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ cmake_minimum_required(VERSION 3.5.0)
2222
project(NppEditorConfig CXX)
2323

2424
set (editorconfig_notepad_plus_plus_VERSION_MAJOR 0)
25-
set (editorconfig_notepad_plus_plus_VERSION_MINOR 3)
26-
set (editorconfig_notepad_plus_plus__VERSION_SUBMINOR 1)
25+
set (editorconfig_notepad_plus_plus_VERSION_MINOR 4)
26+
set (editorconfig_notepad_plus_plus__VERSION_SUBMINOR 0)
2727

2828
# set the EDITORCONFIG_CORE_PREFIX. Default is the default installation
2929
# directory of editorconfig
@@ -46,4 +46,3 @@ if(NOT PCRE2_LIB_DIR)
4646
endif()
4747

4848
add_subdirectory(src)
49-

src/version.rc.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
VALUE "FileDescription", "EditorConfig plugin for Notepad++"
3939
VALUE "FileVersion", VER_FILEVERSION_STR
4040
VALUE "InternalName", "NppEditorConfig"
41-
VALUE "LegalCopyright", "Copyright (C) 2011-2016 EditorConfig Team <http://editorconfig.org>"
41+
VALUE "LegalCopyright", "Copyright (C) 2011-2019 EditorConfig Team <https://editorconfig.org>"
4242
VALUE "OriginalFilename", "NppEditorConfig"
4343
VALUE "ProductName", "EditorConfig plugin for Notepad++"
4444
VALUE "ProductVersion", VER_PRODUCTVERSION_STR
@@ -65,6 +65,6 @@ FONT 8, "MS Shell Dlg", 0, 0, 1
6565
LTEXT "License:", IDC_STATIC, 30, 68, 64, 8
6666
LTEXT "GPL-2", IDC_STATIC, 100, 68, 106, 8
6767
LTEXT "Site:", IDC_STATIC, 30, 83, 64, 8
68-
CONTROL "<a href=""http://editorconfig.org/"">http://editorconfig.org/</a>", IDC_SYSLINK, "SysLink", NOT WS_TABSTOP, 99, 83, 106, 8
68+
CONTROL "<a href=""https://editorconfig.org/"">https://editorconfig.org/</a>", IDC_SYSLINK, "SysLink", NOT WS_TABSTOP, 99, 83, 106, 8
6969
PUSHBUTTON "Close", IDCANCEL, 86, 107, 50, 14
7070
}

0 commit comments

Comments
 (0)