Skip to content

Commit

Permalink
setting ver. 0.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
d0vgan committed Jan 26, 2024
1 parent 66e6ad1 commit 5722e64
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions NppExec/src/NppExec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

/****************************************************************************
* NppExec plugin ver. 0.8.7 for Notepad++
* by DV <dvv81 @ ukr.net>, December 2006 - September 2023
* NppExec plugin ver. 0.8.8 for Notepad++
* by DV <dvv81 @ ukr.net>, December 2006 - January 2024
* https://github.com/d0vgan/nppexec
* Powered by Function Parser (C) Juha Nieminen, Joel Yliluoma
****************************************************************************
Expand Down
8 changes: 4 additions & 4 deletions NppExec/src/NppExec.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
* NppExec History:
****************************************************************************
v0.8.8 - 2024
-------------
v0.8.8 - January 2024
---------------------
* Glory to Ukraine! Glory to the heroes!
- fixed: now findFileNameIndexInNppOpenFileNames checks the current (active)
file first (when, for example, a highlighted error message is double-clicked
Expand Down Expand Up @@ -792,8 +792,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <functional>
#include <iterator>

#define NPPEXEC_VER_DWORD 0x08F7
#define NPPEXEC_VER_STR _T("0.8.7")
#define NPPEXEC_VER_DWORD 0x08F8
#define NPPEXEC_VER_STR _T("0.8.8")

#define SCRPTENGNID_DEBUG_OUTPUT 0

Expand Down
16 changes: 8 additions & 8 deletions NppExec/src/NppExec.rc
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,12 @@ BEGIN
DEFPUSHBUTTON "OK",IDOK,95,262,50,14
// PUSHBUTTON "Donate...",IDC_BT_DONATE,180,262,50,14
#ifdef UNICODE
CTEXT "NppExec ver. 0.8.7 for Notepad++",
CTEXT "NppExec ver. 0.8.8 for Notepad++",
#else
CTEXT "NppExec ver. 0.8.7 ANSI for Notepad++",
CTEXT "NppExec ver. 0.8.8 ANSI for Notepad++",
#endif
IDC_STATIC,7,7,225,13
CTEXT "(C) Dec 2006 - Sep 2023, Vitaliy Dovgan aka DV <dvv81 @ ukr.net>",
CTEXT "(C) Dec 2006 - Jan 2024, Vitaliy Dovgan aka DV <dvv81 @ ukr.net>",
IDC_STATIC,5,22,229,33
LTEXT "",IDC_ED_INFO,7,98,225,134,0,WS_EX_STATICEDGE
CTEXT "Thanks to:\r\nDon HO for Notepad++,\r\nJens Lorenz for the docking feature,\r\nJuha Nieminen and Joel Yliluoma for Function Parser\r\nand myself for this plugin :-)",
Expand Down Expand Up @@ -485,8 +485,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0, 8, 7, 0
PRODUCTVERSION 0, 8, 7, 0
FILEVERSION 0, 8, 8, 0
PRODUCTVERSION 0, 8, 8, 0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -504,12 +504,12 @@ BEGIN
VALUE "Comments", "The wall is thin - and our foreheads are hard :-)"
VALUE "CompanyName", "Full of Madness Co."
VALUE "FileDescription", "NppExec plugin for Notepad++"
VALUE "FileVersion", "0, 8, 7, 0"
VALUE "FileVersion", "0, 8, 8, 0"
VALUE "InternalName", "NppExec"
VALUE "LegalCopyright", "(C) Dec 2006 - Sep 2023, Vitaliy Dovgan aka DV"
VALUE "LegalCopyright", "(C) Dec 2006 - Jan 2024, Vitaliy Dovgan aka DV"
VALUE "OriginalFilename", "NppExec.dll"
VALUE "ProductName", "NppExec plugin for Notepad++"
VALUE "ProductVersion", "0, 8, 7, 0"
VALUE "ProductVersion", "0, 8, 8, 0"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 2 additions & 2 deletions NppExec_version_update.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os

VERSION_TO_SET = "0.8.7"
DATE_TO_SET = "September 2023"
VERSION_TO_SET = "0.8.8"
DATE_TO_SET = "January 2024"


def run():
Expand Down
8 changes: 4 additions & 4 deletions docs/NppExec.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

****************************************************************************
* NppExec plugin ver. 0.8.7 for Notepad++
* by DV <dvv81 @ ukr.net>, December 2006 - September 2023
* NppExec plugin ver. 0.8.8 for Notepad++
* by DV <dvv81 @ ukr.net>, December 2006 - January 2024
* https://github.com/d0vgan/nppexec
* Powered by Function Parser (C) Juha Nieminen, Joel Yliluoma
****************************************************************************
Expand Down Expand Up @@ -237,8 +237,8 @@
* HISTORY *
*************

v0.8.8 - 2024
-------------
v0.8.8 - January 2024
---------------------
* Glory to Ukraine! Glory to the heroes!
- fixed: now findFileNameIndexInNppOpenFileNames checks the current (active)
file first (when, for example, a highlighted error message is double-clicked
Expand Down
4 changes: 2 additions & 2 deletions docs/NppExec_TechInfo.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
****************************************************************************
* NppExec plugin ver. 0.8.7 for Notepad++
* by DV <dvv81 @ ukr.net>, December 2006 - September 2023
* NppExec plugin ver. 0.8.8 for Notepad++
* by DV <dvv81 @ ukr.net>, December 2006 - January 2024
* https://github.com/d0vgan/nppexec
****************************************************************************

Expand Down

0 comments on commit 5722e64

Please sign in to comment.