Skip to content

Commit

Permalink
Notepad++ v8.6.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
donho committed Feb 20, 2024
1 parent 827b08f commit 120fc5d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions PowerEditor/bin/change.log
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Notepad++ v8.6.4 regression-fix:

1. Fix regression that the view cannot be activated by mouse clicking.


Notepad++ v8.6.3 bug-fixes & new enhancements:

1. Restore multi-editing option & add "Column To Multi-editing" option on GUI.
Expand Down
8 changes: 4 additions & 4 deletions PowerEditor/src/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
//
// Notepad++ version: begin
//
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v8.6.3")
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v8.6.4")

// should be X.Y : ie. if VERSION_DIGITALVALUE == 4, 7, 1, 0 , then X = 4, Y = 71
// ex : #define VERSION_VALUE TEXT("5.63\0")
#define VERSION_INTERNAL_VALUE TEXT("8.63\0")
#define VERSION_INTERNAL_VALUE TEXT("8.64\0")

#define VERSION_PRODUCT_VALUE TEXT("8.6.3\0")
#define VERSION_DIGITALVALUE 8, 6, 3, 0
#define VERSION_PRODUCT_VALUE TEXT("8.6.4\0")
#define VERSION_DIGITALVALUE 8, 6, 4, 0

// Notepad++ version: end

Expand Down

0 comments on commit 120fc5d

Please sign in to comment.