Skip to content

Commit

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

* 2023.12.16 Current
* 2023.12.22 ts-warp-1.4.7, gui-warp-1.0.22 (gui-warp-v1.0.26-mac), ns-warp-1.0.7
* `ts-warp.sh.in`: remove unused variables
* `ts-warp.c`: Drop direct requests to `Transparent` port
* `Makefile`: `examples-*` target user-name check fix
Expand Down
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 "6"
#define PROG_VERSION_BUILD "7"
#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 2aa0700

Please sign in to comment.