Skip to content

Commit

Permalink
changed file for download and incremented ver
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptozoidberg committed Dec 3, 2018
1 parent 0a7b58b commit 27a23e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/common/pre_download.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ namespace tools
uint64_t unpacked_size;
};
#ifndef TESTNET
const static pre_download_entrie pre_download = { "http://88.99.193.104/downloads/data2.mdb.pak", "1e8eecdd2be438d13650f551775038da", 4864663828, 6718447616 };
const static pre_download_entrie pre_download = { "http://88.99.193.104/downloads/data3.mdb.pak", "852ad69914faf6c2e5220b719b30bb4a", 5769499320, 7884759040 };
#else
const static pre_download_entrie pre_download = { "http://88.99.193.104/downloads/data_testnet.mdb.pak", "57feaa97401048386f335355d23fdf18", 164782602, 238563328 };
#endif
Expand Down
2 changes: 1 addition & 1 deletion src/version.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

#define BUILD_COMMIT_ID "@VERSION@"
#define PROJECT_VERSION "0.3.0"
#define PROJECT_VERSION_BUILD_NO 85
#define PROJECT_VERSION_BUILD_NO 86
#define PROJECT_VERSION_BUILD_NO_STR STRINGIFY_EXPAND(PROJECT_VERSION_BUILD_NO)
#define PROJECT_VERSION_LONG PROJECT_VERSION "." PROJECT_VERSION_BUILD_NO_STR "(" BUILD_COMMIT_ID ")"

0 comments on commit 27a23e8

Please sign in to comment.