Skip to content

Commit

Permalink
ts-warp-1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mezantrop committed Nov 22, 2023
1 parent a2766f4 commit 7bcf6ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# CHANGELOG

* 2023.11.22 Current
* 2023.11.22 ts-warp-1.4.6, gui-warp-1.0.19 (gui-warp-v1.0.24-mac), ns-warp-1.0.7
* `gui-warp.app`: Move precompiled app out of sources
* `examples/*.in`: Table names replaced `SOCKS` -> `TSWARP`
* `Makefile`: `FreeBSD` `pkg` build as `root` creates config files for `nobody` user. Check and modify if needed.
* FreeBSD port updated and moved out of sources
Expand Down
Binary file removed gui/ports/macOS/gui-warp.app.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#define PROG_NAME_SHORT "TSW"
#define PROG_VERSION_MAJOR "1"
#define PROG_VERSION_MINOR "4"
#define PROG_VERSION_BUILD "5"
#define PROG_VERSION_BUILD "6"
#define PROG_VERSION PROG_VERSION_MAJOR "." PROG_VERSION_MINOR "." PROG_VERSION_BUILD
#define PROG_NAME_FULL PROG_NAME " " PROG_VERSION
#define PROG_NAME_CODE PROG_NAME_SHORT PROG_VERSION

0 comments on commit 7bcf6ae

Please sign in to comment.