mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-25 23:05:13 +02:00
[RELEASE] Notepad++ v6.7.7
This commit is contained in:
parent
e2f19f30ca
commit
fdf47cd300
@ -1,3 +1,8 @@
|
|||||||
|
Notepad++ v6.7.7 bug-fix:
|
||||||
|
|
||||||
|
1. Fix "Restore last closed file" (Ctrl+Shift+T) display bug.
|
||||||
|
|
||||||
|
|
||||||
Notepad++ v6.7.6 new feature and bug-fixes:
|
Notepad++ v6.7.6 new feature and bug-fixes:
|
||||||
|
|
||||||
1. Add "Restore last closed file" (Ctrl+Shift+T) feature.
|
1. Add "Restore last closed file" (Ctrl+Shift+T) feature.
|
||||||
|
Binary file not shown.
@ -36,10 +36,10 @@
|
|||||||
; Define the application name
|
; Define the application name
|
||||||
!define APPNAME "Notepad++"
|
!define APPNAME "Notepad++"
|
||||||
|
|
||||||
!define APPVERSION "6.7.6"
|
!define APPVERSION "6.7.7"
|
||||||
!define APPNAMEANDVERSION "${APPNAME} v${APPVERSION}"
|
!define APPNAMEANDVERSION "${APPNAME} v${APPVERSION}"
|
||||||
!define VERSION_MAJOR 6
|
!define VERSION_MAJOR 6
|
||||||
!define VERSION_MINOR 76
|
!define VERSION_MINOR 77
|
||||||
|
|
||||||
!define APPWEBSITE "http://notepad-plus-plus.org/"
|
!define APPWEBSITE "http://notepad-plus-plus.org/"
|
||||||
|
|
||||||
|
@ -29,12 +29,12 @@
|
|||||||
#ifndef RESOURCE_H
|
#ifndef RESOURCE_H
|
||||||
#define RESOURCE_H
|
#define RESOURCE_H
|
||||||
|
|
||||||
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v6.7.6")
|
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v6.7.7")
|
||||||
|
|
||||||
// should be X.Y : ie. if VERSION_DIGITALVALUE == 4, 7, 1, 0 , then X = 4, Y = 71
|
// 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")
|
// ex : #define VERSION_VALUE TEXT("5.63\0")
|
||||||
#define VERSION_VALUE TEXT("6.76\0")
|
#define VERSION_VALUE TEXT("6.77\0")
|
||||||
#define VERSION_DIGITALVALUE 6, 7, 6, 0
|
#define VERSION_DIGITALVALUE 6, 7, 7, 0
|
||||||
|
|
||||||
#ifndef IDC_STATIC
|
#ifndef IDC_STATIC
|
||||||
#define IDC_STATIC -1
|
#define IDC_STATIC -1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user