mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-20 21:13:25 +08:00
Another attempt to fix version testing.
This commit is contained in:
parent
e47abebaf0
commit
e3bf279b3a
@ -1 +1 @@
|
||||
794
|
||||
795
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="3.18.0102.794"
|
||||
version="3.18.0102.795"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3</description>
|
||||
|
||||
@ -6,6 +6,6 @@
|
||||
#define VERSION_MAJOR 3
|
||||
#define VERSION_MINOR 18
|
||||
#define VERSION_REV 0102
|
||||
#define VERSION_BUILD 794
|
||||
#define VERSION_BUILD 795
|
||||
#define SCINTILLA_VER 402
|
||||
#define ONIGMO_REGEX_VER 6.1.3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user