Skip to content

Commit

Permalink
Release v4.19.06r2148.
Browse files Browse the repository at this point in the history
  • Loading branch information
zufuliu committed Jun 15, 2019
1 parent 5e5d930 commit 454ca36
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion metapath/res/metapath.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="metapath" processorArchitecture="*" version="4.19.04.2016" type="win32"/>
<assemblyIdentity name="metapath" processorArchitecture="*" version="4.19.06.2148" type="win32"/>
<description>metapath File Browser</description>
<dependency>
<dependentAssembly>
Expand Down
8 changes: 4 additions & 4 deletions metapath/src/VersionRev.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define VERSION_MINOR 19
#define VERSION_BUILD 04
#define VERSION_HASH TEXT("06661e4")
#define VERSION_REV 2016
#define VERSION_REV_FULL TEXT("r2016 (06661e4)")
#define VERSION_BUILD 06
#define VERSION_HASH TEXT("5561d0b")
#define VERSION_REV 2148
#define VERSION_REV_FULL TEXT("r2148 (5561d0b)")
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Latest build [![Build status](https://ci.appveyor.com/api/projects/status/github
Or build from source, see the [Wiki](https://github.com/zufuliu/notepad2/wiki/Build-Notepad2).

## [Screenshots](https://github.com/zufuliu/notepad2/wiki/Screenshots)
![v4.19.04](https://raw.githubusercontent.com/wiki/zufuliu/notepad2/screenshots/v4.19.06.png)
![v4.19.06](https://raw.githubusercontent.com/wiki/zufuliu/notepad2/screenshots/v4.19.06.png)

## Changes compared to the official [Notepad2](http://www.flos-freeware.ch/notepad2.html) or [Notepad2-mod](https://xhmikosr.github.io/notepad2-mod/):

Expand Down
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.19.04.2016" type="win32"/>
<assemblyIdentity name="Notepad2" processorArchitecture="*" version="4.19.06.2148" type="win32"/>
<description>Notepad2 Text Editor</description>
<dependency>
<dependentAssembly>
Expand Down
8 changes: 4 additions & 4 deletions src/VersionRev.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define VERSION_MINOR 19
#define VERSION_BUILD 04
#define VERSION_HASH TEXT("06661e4")
#define VERSION_REV 2016
#define VERSION_REV_FULL TEXT("r2016 (06661e4)")
#define VERSION_BUILD 06
#define VERSION_HASH TEXT("5561d0b")
#define VERSION_REV 2148
#define VERSION_REV_FULL TEXT("r2148 (5561d0b)")
4 changes: 2 additions & 2 deletions version.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ git clone https://github.com/XhmikosR/notepad2-mod.git
Scintilla (upstream)
hg clone http://hg.code.sf.net/p/scintilla/code scintilla
4.1.7
2019-06-13 7567:8094a3e525d3
2019-06-15 7572:d7aedab278d0

SciTE (upstream)
hg clone http://hg.code.sf.net/p/scintilla/scite
4.1.7
2019-06-13 5276:1b11ac700c5b
2019-06-15 5280:fae33670a522

Notepad3 (3-clause BSD)
https://github.com/rizonesoft/Notepad3
Expand Down
2 changes: 1 addition & 1 deletion wiki
Submodule wiki updated from 6fa4cc to e49068

0 comments on commit 454ca36

Please sign in to comment.