Skip to content

Commit 08ba089

Browse files
committed
revisions
1 parent a7986a6 commit 08ba089

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

qbittorrent-nox-static.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2187,8 +2187,8 @@ _release_info() {
21872187
| Libtorrent | ${app_version[libtorrent]} |
21882188
| Boost | ${app_version[boost]} |
21892189
| OpenSSL | ${app_version[openssl]} |
2190-
| ${qbt_zlib_type} | ${app_version[zlib]} |
2191-
| revision | ${qbt_revision_version} |
2190+
| ${qbt_zlib_type} | ${app_version[zlib]} |
2191+
| revision | ${qbt_revision_version:-0} |
21922192
21932193
## Architecture and build info
21942194

qbt-nox-static.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2380,8 +2380,8 @@ _release_info() {
23802380
| Libtorrent | ${app_version[libtorrent]} |
23812381
| Boost | ${app_version[boost]} |
23822382
| OpenSSL | ${app_version[openssl]} |
2383-
| ${qbt_zlib_type} | ${app_version[zlib]} |
2384-
| revision | ${qbt_revision_version} |
2383+
| ${qbt_zlib_type} | ${app_version[zlib]} |
2384+
| revision | ${qbt_revision_version:-0} |
23852385
23862386
## Architecture and build info
23872387

0 commit comments

Comments
 (0)