We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b11be4 commit b573632Copy full SHA for b573632
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-* 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
4
* `ts-warp.sh.in`: remove unused variables
5
* `ts-warp.c`: Drop direct requests to `Transparent` port
6
* `Makefile`: `examples-*` target user-name check fix
version.h
@@ -29,7 +29,7 @@
29
#define PROG_NAME_SHORT "TSW"
30
#define PROG_VERSION_MAJOR "1"
31
#define PROG_VERSION_MINOR "4"
32
-#define PROG_VERSION_BUILD "6"
+#define PROG_VERSION_BUILD "7"
33
#define PROG_VERSION PROG_VERSION_MAJOR "." PROG_VERSION_MINOR "." PROG_VERSION_BUILD
34
#define PROG_NAME_FULL PROG_NAME " " PROG_VERSION
35
#define PROG_NAME_CODE PROG_NAME_SHORT PROG_VERSION
0 commit comments