Skip to content

Commit 8601588

Browse files
committed
ts-warp-1.4.8, gui-warp-1.0.22 (gui-warp-v1.0.27-mac), ns-warp-1.0.7
1 parent 70b6455 commit 8601588

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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-
* 2024.01.14 Current
3+
* 2024.01.16 ts-warp-1.4.8, gui-warp-1.0.22 (gui-warp-v1.0.27-mac), ns-warp-1.0.7
44
* `gui-warp.app`: update link points to `GUI-Warp.dmg` image
55
* `gui-warp.app`: `build.sh` creates DMG image
66
* `Makefile`: `ts-warp-ssh2` special target (for development) with `LIBSSH2`

gui/ports/macOS/gui-warp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def __init__(self, width=800, height=560,
5454

5555
self.password = ''
5656

57-
self.version = 'v1.0.26-mac'
57+
self.version = 'v1.0.27-mac'
5858
self.width = width
5959
self.height = height
6060

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 "7"
32+
#define PROG_VERSION_BUILD "8"
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)