build: bump version to 6.1.0
SQLite wallet (default), RocksDB chaindb (default), Boost removal from common link, I2P startup performance fix (180s→27ms). Migration is automatic and non-destructive: - Wallet: BDB → SQLite on first open (original preserved as .bdb.bak) - ChainDB: LevelDB → RocksDB on next start (via -chaindb flag)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# Install build tools: sudo dnf install rpm-build rpmdevtools
|
||||
set -e
|
||||
|
||||
VERSION="5.9.24"
|
||||
VERSION="6.1.0"
|
||||
RELEASE_URL="https://github.com/SamiAhmed7777/triangles_v5/releases/download/v${VERSION}"
|
||||
|
||||
echo "Building RPM for Triangles v${VERSION}..."
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: triangles
|
||||
Version: 5.9.24
|
||||
Version: 6.1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Cryptographic Triangles (TRI) cryptocurrency wallet
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user