Skip to content

Commit

Permalink
Notepad++ 7.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
donho committed Nov 27, 2016
1 parent 9b4ceae commit 4c23de6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions PowerEditor/bin/change.log
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Notepad++ 7.2.1 bug-fixes:
Notepad++ 7.2.2 bug-fixes:

1. Fix x64 installer regression issue - install in "C:\Program Files" instead of "C:\Program Files (x86)"
2. Fix expanding environment variables regression in backup path.
3. Make installer Unicode again.
1. Fix auto-updater setting toggles between startups bug.
2. Fix "Replace All" button shortcut accelerator in Replce dialog not working regression.
3. Fix unusual plugin update prompt after upgrade to 7.2.1 version.


Included plugins:
Expand All @@ -15,4 +15,4 @@ Included plugins:

Updater (Installer only):

* WinGup v4.1
* WinGup v4.1
4 changes: 2 additions & 2 deletions PowerEditor/installer/nsisInclude/globalDef.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
; Define the application name
!define APPNAME "Notepad++"

!define APPVERSION "7.2.1"
!define APPVERSION "7.2.2"
!define APPNAMEANDVERSION "${APPNAME} v${APPVERSION}"
!define VERSION_MAJOR 7
!define VERSION_MINOR 21
!define VERSION_MINOR 22

!define APPWEBSITE "http://notepad-plus-plus.org/"

Expand Down
6 changes: 3 additions & 3 deletions PowerEditor/src/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
#pragma once


#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v7.2.1")
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v7.2.2")

// 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_VALUE TEXT("7.21\0")
#define VERSION_DIGITALVALUE 7, 2, 1, 0
#define VERSION_VALUE TEXT("7.22\0")
#define VERSION_DIGITALVALUE 7, 2, 2, 0



Expand Down

0 comments on commit 4c23de6

Please sign in to comment.