Skip to content

Commit

Permalink
Merge pull request #453 from airdcpp-web/develop
Browse files Browse the repository at this point in the history
2.12.1
  • Loading branch information
maksis committed May 23, 2023
2 parents 970c99d + 397048b commit a5fa83c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ endif (APPLE)
set (PROJECT_NAME "AirDC++ Web Client")
set (TAG_APPLICATION "AirDC++w")
set (APPLICATION_ID "airdcpp-web")
set (VERSION "2.12.0") # NOTE: the minor version must match the lastest UI version
set (SOVERSION "2.12.0" )
set (VERSION "2.12.1") # NOTE: the minor version must match the lastest UI version
set (SOVERSION "2.12.1" )

set (GNUCXX_MINIMUM_VERSION "7.0")

Expand Down
2 changes: 1 addition & 1 deletion airdcpp-core/airdcpp/NmdcHub.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ void NmdcHub::onLine(const string& aLine) noexcept {
}

} else if(cmd == "HubTopic") {
statusMessage(STRING(HUB_TOPIC) + "\t" + aLine, LogMessage::SEV_INFO, LogMessage::Type::SYSTEM);
statusMessage(STRING(HUB_TOPIC) + "\t" + param, LogMessage::SEV_INFO, LogMessage::Type::SYSTEM);
} else {
dcdebug("NmdcHub::onLine Unknown command %s\n", aLine.c_str());
}
Expand Down

0 comments on commit a5fa83c

Please sign in to comment.