Skip to content

Commit

Permalink
Merge pull request #30 from ffes/release-040
Browse files Browse the repository at this point in the history
Final preparation for the release of v0.4.0
  • Loading branch information
ffes committed Feb 21, 2019
2 parents 080483a + a6fa70e commit 41ffff0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
5 changes: 2 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -46,4 +46,3 @@ if(NOT PCRE2_LIB_DIR)
endif()

add_subdirectory(src)

4 changes: 2 additions & 2 deletions src/version.rc.in
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://editorconfig.org>"
VALUE "LegalCopyright", "Copyright (C) 2011-2019 EditorConfig Team <https://editorconfig.org>"
VALUE "OriginalFilename", "NppEditorConfig"
VALUE "ProductName", "EditorConfig plugin for Notepad++"
VALUE "ProductVersion", VER_PRODUCTVERSION_STR
Expand All @@ -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 "<a href=""http://editorconfig.org/"">http://editorconfig.org/</a>", IDC_SYSLINK, "SysLink", NOT WS_TABSTOP, 99, 83, 106, 8
CONTROL "<a href=""https://editorconfig.org/"">https://editorconfig.org/</a>", IDC_SYSLINK, "SysLink", NOT WS_TABSTOP, 99, 83, 106, 8
PUSHBUTTON "Close", IDCANCEL, 86, 107, 50, 14
}

0 comments on commit 41ffff0

Please sign in to comment.