Skip to content

Commit

Permalink
Release v4.24.01r5100.
Browse files Browse the repository at this point in the history
  • Loading branch information
zufuliu committed Jan 15, 2024
1 parent 61abd54 commit b71af2f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion res/Notepad2.exe.manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity name="Notepad2" processorArchitecture="*" version="4.24.01.5098" type="win32"/>
<assemblyIdentity name="Notepad2" processorArchitecture="*" version="4.24.01.5100" type="win32"/>
<description>Notepad2 Text Editor</description>
<dependency>
<dependentAssembly>
Expand Down
6 changes: 3 additions & 3 deletions src/VersionRev.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#define VERSION_MINOR 24
#define VERSION_BUILD_NUM 1
#define VERSION_BUILD 01
#define VERSION_HASH TEXT("f5114f96")
#define VERSION_REV 5098
#define VERSION_REV_FULL TEXT("r5098 (f5114f96)")
#define VERSION_HASH TEXT("61abd542")
#define VERSION_REV 5100
#define VERSION_REV_FULL TEXT("r5100 (61abd542)")
3 changes: 1 addition & 2 deletions src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@
//! Enable localization for scheme/lexer style names.
#define NP2_ENABLE_LOCALIZE_STYLE_NAME 1

// scintilla\include\LaTeXInput.h defined
// NP2_ENABLE_LATEX_LIKE_EMOJI_INPUT
// scintilla\include\LaTeXInput.h defined NP2_ENABLE_LATEX_LIKE_EMOJI_INPUT

0 comments on commit b71af2f

Please sign in to comment.