Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jet2jet committed Dec 22, 2020
1 parent e74c106 commit 37333a1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.1.3

- Fix for missing reset event
- Add wait time for continuous read on worker

## 0.1.2

- Add `--wsl-timeout` and `--wsl-socat-log-level` options
Expand Down
10 changes: 5 additions & 5 deletions source/main.rc
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "About"
FONT 9, "MS UI Gothic", 0, 0, 0x1
BEGIN
LTEXT "stream-connector 0.1.2",IDC_STATIC,7,7,114,8,SS_NOPREFIX
LTEXT "stream-connector 0.1.3",IDC_STATIC,7,7,114,8,SS_NOPREFIX
LTEXT "Copyright (c) 2020 jet",IDC_STATIC,7,19,114,8
DEFPUSHBUTTON "OK",IDOK,71,33,50,14,WS_GROUP
END
Expand Down Expand Up @@ -124,8 +124,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,1,2,0
PRODUCTVERSION 0,1,2,0
FILEVERSION 0,1,3,0
PRODUCTVERSION 0,1,3,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -141,11 +141,11 @@ BEGIN
BLOCK "040004b0"
BEGIN
VALUE "FileDescription", "stream-connector : transfers data between sockets and pipes"
VALUE "FileVersion", "0.1.2.0"
VALUE "FileVersion", "0.1.3.0"
VALUE "InternalName", "stream-connector"
VALUE "OriginalFilename", "stream-connector.exe"
VALUE "ProductName", "stream-connector"
VALUE "ProductVersion", "0.1.2.0"
VALUE "ProductVersion", "0.1.3.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 37333a1

Please sign in to comment.