mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-17 15:42:30 +00:00
replace VERSION with PACKAGE_VERSION
They're both the same. The latter is more descriptive. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
committed by
Jari Sundell
parent
4c06e7a923
commit
c48b7f5b93
+1
-1
@@ -591,7 +591,7 @@ do_panic(int signum) {
|
||||
|
||||
void
|
||||
print_help() {
|
||||
std::cout << "Rakshasa's BitTorrent client version " VERSION "." << std::endl;
|
||||
std::cout << "Rakshasa's BitTorrent client version " PACKAGE_VERSION "." << std::endl;
|
||||
std::cout << std::endl;
|
||||
std::cout << "All value pairs (f.ex rate and queue size) will be in the UP/DOWN" << std::endl;
|
||||
std::cout << "order. Use the up/down/left/right arrow keys to move between screens." << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user