File tree 3 files changed +5
-6
lines changed
3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
2
2
<assembly xmlns =" urn:schemas-microsoft-com:asm.v1" manifestVersion =" 1.0" >
3
- <assemblyIdentity name =" Notepad2" processorArchitecture =" *" version =" 4.24.01.5098 " type =" win32" />
3
+ <assemblyIdentity name =" Notepad2" processorArchitecture =" *" version =" 4.24.01.5100 " type =" win32" />
4
4
<description >Notepad2 Text Editor</description >
5
5
<dependency >
6
6
<dependentAssembly >
Original file line number Diff line number Diff line change 1
1
#define VERSION_MINOR 24
2
2
#define VERSION_BUILD_NUM 1
3
3
#define VERSION_BUILD 01
4
- #define VERSION_HASH TEXT("f5114f96 ")
5
- #define VERSION_REV 5098
6
- #define VERSION_REV_FULL TEXT("r5098 (f5114f96 )")
4
+ #define VERSION_HASH TEXT("61abd542 ")
5
+ #define VERSION_REV 5100
6
+ #define VERSION_REV_FULL TEXT("r5100 (61abd542 )")
Original file line number Diff line number Diff line change 27
27
//! Enable localization for scheme/lexer style names.
28
28
#define NP2_ENABLE_LOCALIZE_STYLE_NAME 1
29
29
30
- // scintilla\include\LaTeXInput.h defined
31
- // NP2_ENABLE_LATEX_LIKE_EMOJI_INPUT
30
+ // scintilla\include\LaTeXInput.h defined NP2_ENABLE_LATEX_LIKE_EMOJI_INPUT
You can’t perform that action at this time.
0 commit comments