Skip to content

Commit

Permalink
version 4.3.3 and remove seed node
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptokatz committed Aug 20, 2018
1 parent 488a4ad commit 4a48d84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/CryptoNoteConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,7 @@ const char P2P_STAT_TRUSTED_PUB_KEY[] = "f7061e9a5f0d3054
// Seed Nodes
const std::initializer_list<const char*> SEED_NODES = {
"212.237.59.97:15000",
"94.177.171.102:15000",
"93.186.254.77:15000"
"94.177.171.102:15000"
};

struct CheckpointData {
Expand Down
2 changes: 1 addition & 1 deletion src/version.h.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define BUILD_COMMIT_ID "@VERSION@"
#define PROJECT_VERSION "4.3.2"
#define PROJECT_VERSION "4.3.3"
#define PROJECT_VERSION_BUILD_NO "MoonSpell 007"
#define PROJECT_VERSION_LONG PROJECT_VERSION "." PROJECT_VERSION_BUILD_NO "(" BUILD_COMMIT_ID ")"

0 comments on commit 4a48d84

Please sign in to comment.