diff --git a/src/CryptoNoteConfig.h b/src/CryptoNoteConfig.h index 36c393e14b..6b106c8359 100644 --- a/src/CryptoNoteConfig.h +++ b/src/CryptoNoteConfig.h @@ -1,4 +1,4 @@ -// Copyright (c) 2012-2016, The CryptoNote developers, The Bytecoin developers +// Copyright (c) 2012-2016, The CryptoNote developers, The Bytecoin developers, The Karbowanec developers // // This file is part of Bytecoin. // @@ -121,7 +121,8 @@ const size_t P2P_DEFAULT_HANDSHAKE_INVOKE_TIMEOUT = 5000; // const char P2P_STAT_TRUSTED_PUB_KEY[] = "8f80f9a5a434a9f1510d13336228debfee9c918ce505efe225d8c94d045fa115"; const char* const SEED_NODES[] = { - "136.243.158.27:32347", + "seed1.karbowanec.com:32347", + "seed2.karbowanec.com:32347", "95.46.98.64:32347", "52.21.253.162:32347", "46.149.182.151:32347" diff --git a/src/version.h.in b/src/version.h.in index c195791fff..bb1480d23b 100644 --- a/src/version.h.in +++ b/src/version.h.in @@ -1,4 +1,4 @@ #define BUILD_COMMIT_ID "@VERSION@" -#define PROJECT_VERSION "1.4.3" -#define PROJECT_VERSION_BUILD_NO "708" +#define PROJECT_VERSION "1.4.4" +#define PROJECT_VERSION_BUILD_NO "710" #define PROJECT_VERSION_LONG PROJECT_VERSION "." PROJECT_VERSION_BUILD_NO " (" BUILD_COMMIT_ID ")"