Skip to content

Commit

Permalink
Release: ts-warp-1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mezantrop committed Nov 9, 2024
1 parent 03eb43a commit 5369f80
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

* **2024.11.08 Current**
* **2024.11.08 ts-warp-1.5.7, gui-warp-1.0.26 (gui-warp-v1.0.33-mac), ns-warp-1.0.7**
* `ts-warp.sh`: Log-file truncating moved here
* `gui-warp.py`: Minor changes about log-file size and FW-file selection under `Linux`
* `ts-warp.c`: Null-pointer dereference in `PIDS` table processing fixed
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 "5"
#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 5369f80

Please sign in to comment.