From 192713d2dae8a8f8177fbeceb6270f830d12ffc9 Mon Sep 17 00:00:00 2001 From: PTah Date: Sun, 31 May 2026 11:18:58 +1000 Subject: [PATCH] chore: release 1.2.9-SAC (align version.txt and SSH_MONITOR_VERSION) Co-authored-by: Cursor --- README.md | 2 +- readme_eng.md | 2 +- ssh-monitor | 2 +- version.txt | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9f6d147..801d554 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ bash -n ./ssh-monitor ## Релизный архив -Версия задаётся в **`SSH_MONITOR_VERSION`** в файле **`ssh-monitor`** и дублируется в **`version.txt`** (сейчас **1.2.7-SAC**). Модуль **`sac-client.sh`** использует ту же версию для SAC `product_version`. Сборка tarball из текущего git-дерева: +Версия задаётся в **`SSH_MONITOR_VERSION`** в файле **`ssh-monitor`** и дублируется в **`version.txt`** (сейчас **1.2.9-SAC**). Модуль **`sac-client.sh`** использует ту же версию для SAC `product_version`. Сборка tarball из текущего git-дерева: ```bash make dist diff --git a/readme_eng.md b/readme_eng.md index b4cc588..6e67a25 100644 --- a/readme_eng.md +++ b/readme_eng.md @@ -154,7 +154,7 @@ bash -n ./ssh-monitor ## Release tarball -Version is set as **`SSH_MONITOR_VERSION`** in **`ssh-monitor`** and **`version.txt`** (currently **1.2.7-SAC**). **`sac-client.sh`** reports the same version to SAC. Build from the git tree: +Version is set as **`SSH_MONITOR_VERSION`** in **`ssh-monitor`** and **`version.txt`** (currently **1.2.9-SAC**). **`sac-client.sh`** reports the same version to SAC. Build from the git tree: ```bash make dist diff --git a/ssh-monitor b/ssh-monitor index dc58501..d991d3e 100644 --- a/ssh-monitor +++ b/ssh-monitor @@ -7,7 +7,7 @@ IFS=$'\n\t' # ============================================ CONFIG_FILE="/etc/ssh-monitor.conf" -SSH_MONITOR_VERSION="1.2.7-SAC" +SSH_MONITOR_VERSION="1.2.9-SAC" SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" if [ -f "$SCRIPT_DIR/sac-client.sh" ]; then diff --git a/version.txt b/version.txt index bd5f74f..0103951 100644 --- a/version.txt +++ b/version.txt @@ -1 +1,2 @@ -1.2.8-SAC +1.2.9-SAC +