Merge pull request #2191 from RaiKoHoff/NewFeatures_grepWinNP3

Update grepWinNP3 v1.9.2.704
This commit is contained in:
Rainer Kottenhoff 2020-04-02 13:37:20 +02:00 committed by GitHub
commit ccceeb048b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
2
3

Binary file not shown.

Binary file not shown.

View File

@ -1,4 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# encoding: UTF-8
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.20.402.2"
version="5.20.402.3"
type="win32"
/>
<description>Notepad3 NF</description>

View File

@ -9,7 +9,7 @@
#define VERSION_MAJOR 5
#define VERSION_MINOR 20
#define VERSION_REV 402
#define VERSION_BUILD 2
#define VERSION_BUILD 3
#define SCINTILLA_VER 432
#define ONIGURUMA_REGEX_VER 6.9.4
#define UCHARDET_VER 2018.09.27