Skip to content

Commit b573632

Browse files
committed
ts-warp-1.4.7
1 parent 9b11be4 commit b573632

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
* 2023.12.16 Current
3+
* 2023.12.22 ts-warp-1.4.7, gui-warp-1.0.22 (gui-warp-v1.0.26-mac), ns-warp-1.0.7
44
* `ts-warp.sh.in`: remove unused variables
55
* `ts-warp.c`: Drop direct requests to `Transparent` port
66
* `Makefile`: `examples-*` target user-name check fix

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#define PROG_NAME_SHORT "TSW"
3030
#define PROG_VERSION_MAJOR "1"
3131
#define PROG_VERSION_MINOR "4"
32-
#define PROG_VERSION_BUILD "6"
32+
#define PROG_VERSION_BUILD "7"
3333
#define PROG_VERSION PROG_VERSION_MAJOR "." PROG_VERSION_MINOR "." PROG_VERSION_BUILD
3434
#define PROG_NAME_FULL PROG_NAME " " PROG_VERSION
3535
#define PROG_NAME_CODE PROG_NAME_SHORT PROG_VERSION

0 commit comments

Comments
 (0)