Skip to content

Commit

Permalink
[RELEASE] Notepad++ 6.8.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
donho committed Oct 18, 2015
1 parent 986492e commit 828e14a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
4 changes: 4 additions & 0 deletions PowerEditor/bin/change.log
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Notepad++ v6.8.5 bug-fixes:
1. Fix Javascript autocompletion not working regression.


Notepad++ v6.8.4 bug-fixes and enhancements:

1. Improve document switching performance while folding restoring.
Expand Down
4 changes: 2 additions & 2 deletions PowerEditor/installer/nppSetup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
; Define the application name
!define APPNAME "Notepad++"

!define APPVERSION "6.8.4"
!define APPVERSION "6.8.5"
!define APPNAMEANDVERSION "${APPNAME} v${APPVERSION}"
!define VERSION_MAJOR 6
!define VERSION_MINOR 84
!define VERSION_MINOR 85

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

Expand Down
1 change: 0 additions & 1 deletion PowerEditor/installer/packageAll.bat
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ mkdir .\zipped.package.release\themes
mkdir .\zipped.package.release\plugins
mkdir .\zipped.package.release\plugins\APIs
mkdir .\zipped.package.release\plugins\Config
mkdir .\zipped.package.release\plugins\Config\Hunspell
mkdir .\zipped.package.release\plugins\doc


Expand Down
6 changes: 3 additions & 3 deletions PowerEditor/src/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#pragma once

#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v6.8.4")
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v6.8.5")


// 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("6.84\0")
#define VERSION_DIGITALVALUE 6, 8, 4, 0
#define VERSION_VALUE TEXT("6.85\0")
#define VERSION_DIGITALVALUE 6, 8, 5, 0

#ifndef IDC_STATIC
#define IDC_STATIC -1
Expand Down

0 comments on commit 828e14a

Please sign in to comment.