Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oleks-rip committed Jun 26, 2024
1 parent 442af98 commit 51cc1be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions src/test/main_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ namespace xbwd {
namespace tests {
namespace all {

#if defined(_DEBUG) && defined(TESTS_DEBUG)
// #if defined(_DEBUG) && defined(TESTS_DEBUG)
#define REL(...)
#define DBG(...) __VA_ARGS__
#define DBG_ARGS(...) __VA_OPT__(, ) __VA_ARGS__
#else
#define REL(...) __VA_ARGS__
#define DBG_ARGS(...)
#define DBG(...)
#endif
// #else
// #define REL(...) __VA_ARGS__
// #define DBG_ARGS(...)
// #define DBG(...)
// #endif

namespace websocket = boost::beast::websocket;
using tcp = boost::asio::ip::tcp;
Expand Down
2 changes: 1 addition & 1 deletion src/xbwd/app/BuildInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ namespace build_info {
// and follow the format described at http://semver.org/
//------------------------------------------------------------------------------
// clang-format off
char const* const versionString = "1.1.0-rc1"
char const* const versionString = "1.1.0"
// clang-format on

#if defined(DEBUG) || defined(SANITIZER)
Expand Down

0 comments on commit 51cc1be

Please sign in to comment.