Skip to content

Commit

Permalink
[RELEASE] Notepad++ 6.7.8.1 release (WinGup bug-fix: remove the depen…
Browse files Browse the repository at this point in the history
…dency of msvcr120.dll)
  • Loading branch information
donho committed May 19, 2015
1 parent 5c272a8 commit a76ff09
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 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++ v6.7.8.1 bug-fixes:

1. Fix "Missing msvcr120.dll" message error (of WinGup).


Notepad++ v6.7.8 new features and bug-fixes:

1. Fix an annoying regression about message "The buffer passed to GetFullPathName was too small!".
Expand Down
Binary file modified PowerEditor/bin/updater/GUP.exe
Binary file not shown.
Binary file modified PowerEditor/bin/updater/libcurl.dll
Binary file not shown.
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.7.8"
!define APPVERSION "6.7.8.1"
!define APPNAMEANDVERSION "${APPNAME} v${APPVERSION}"
!define VERSION_MAJOR 6
!define VERSION_MINOR 78
!define VERSION_MINOR 781

!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 @@ -29,12 +29,12 @@
#ifndef RESOURCE_H
#define RESOURCE_H

#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v6.7.8")
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v6.7.8.1")

// 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.78\0")
#define VERSION_DIGITALVALUE 6, 7, 8, 0
#define VERSION_VALUE TEXT("6.781\0")
#define VERSION_DIGITALVALUE 6, 7, 8, 1

#ifndef IDC_STATIC
#define IDC_STATIC -1
Expand Down

0 comments on commit a76ff09

Please sign in to comment.