Skip to content

Commit 0b1535e

Browse files
committed
0.8.11 -> March 2026
1 parent 1067337 commit 0b1535e

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

NppExec/src/NppExec.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
1818

1919
/****************************************************************************
2020
* NppExec plugin ver. 0.8.11 for Notepad++
21-
* by DV <dvv81 @ ukr.net>, December 2006 - February 2026
21+
* by DV <dvv81 @ ukr.net>, December 2006 - March 2026
2222
* https://github.com/d0vgan/nppexec
2323
* Powered by Function Parser (C) Juha Nieminen, Joel Yliluoma
2424
*

NppExec/src/NppExec.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
2020
* NppExec History:
2121
****************************************************************************
2222
23-
v0.8.11 - February 2026
24-
-----------------------
23+
v0.8.11 - March 2026
24+
--------------------
2525
* Glory to Ukraine! Glory to the heroes!
2626
+ added: $(IS_CONSOLE), $(IS_CONSOLE0)
2727
+ NppExec Manual updated

NppExec/src/NppExec.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ BEGIN
146146
CTEXT "NppExec ver. 0.8.11 ANSI for Notepad++",
147147
#endif
148148
IDC_STATIC,7,7,225,13
149-
CTEXT "(C) Dec 2006 - Feb 2026, Vitaliy Dovgan aka DV <dvv81 @ ukr.net>",
149+
CTEXT "(C) Dec 2006 - Mar 2026, Vitaliy Dovgan aka DV <dvv81 @ ukr.net>",
150150
IDC_STATIC,5,22,229,33
151151
LTEXT "",IDC_ED_INFO,7,98,225,134,0,WS_EX_STATICEDGE
152152
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 :-)",
@@ -506,7 +506,7 @@ BEGIN
506506
VALUE "FileDescription", "NppExec plugin for Notepad++"
507507
VALUE "FileVersion", "0, 8, 11, 0"
508508
VALUE "InternalName", "NppExec"
509-
VALUE "LegalCopyright", "(C) Dec 2006 - Feb 2026, Vitaliy Dovgan aka DV"
509+
VALUE "LegalCopyright", "(C) Dec 2006 - Mar 2026, Vitaliy Dovgan aka DV"
510510
VALUE "OriginalFilename", "NppExec.dll"
511511
VALUE "ProductName", "NppExec plugin for Notepad++"
512512
VALUE "ProductVersion", "0, 8, 11, 0"

NppExec_version_update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22

33
VERSION_TO_SET = "0.8.11"
4-
DATE_TO_SET = "February 2026"
4+
DATE_TO_SET = "March 2026"
55

66

77
def run():

docs/NppExec.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
****************************************************************************
33
* NppExec plugin ver. 0.8.11 for Notepad++
4-
* by DV <dvv81 @ ukr.net>, December 2006 - February 2026
4+
* by DV <dvv81 @ ukr.net>, December 2006 - March 2026
55
* https://github.com/d0vgan/nppexec
66
* Powered by Function Parser (C) Juha Nieminen, Joel Yliluoma
77
*
@@ -249,8 +249,8 @@
249249
* HISTORY *
250250
*************
251251

252-
v0.8.11 - February 2026
253-
-----------------------
252+
v0.8.11 - March 2026
253+
--------------------
254254
* Glory to Ukraine! Glory to the heroes!
255255
+ added: $(IS_CONSOLE), $(IS_CONSOLE0)
256256
+ NppExec Manual updated

docs/NppExec_TechInfo.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
****************************************************************************
22
* NppExec plugin ver. 0.8.11 for Notepad++
3-
* by DV <dvv81 @ ukr.net>, December 2006 - February 2026
3+
* by DV <dvv81 @ ukr.net>, December 2006 - March 2026
44
* https://github.com/d0vgan/nppexec
55
****************************************************************************
66

0 commit comments

Comments
 (0)