Skip to content

Commit

Permalink
ts-warp-1.4.8, gui-warp-1.0.22 (gui-warp-v1.0.27-mac), ns-warp-1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mezantrop committed Jan 16, 2024
1 parent 0504a44 commit 77da0f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

* 2024.01.14 Current
* 2024.01.16 ts-warp-1.4.8, gui-warp-1.0.22 (gui-warp-v1.0.27-mac), ns-warp-1.0.7
* `gui-warp.app`: update link points to `GUI-Warp.dmg` image
* `gui-warp.app`: `build.sh` creates DMG image
* `Makefile`: `ts-warp-ssh2` special target (for development) with `LIBSSH2`
Expand Down
2 changes: 1 addition & 1 deletion gui/ports/macOS/gui-warp.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def __init__(self, width=800, height=560,

self.password = ''

self.version = 'v1.0.26-mac'
self.version = 'v1.0.27-mac'
self.width = width
self.height = height

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 "7"
#define PROG_VERSION_BUILD "8"
#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 77da0f9

Please sign in to comment.