mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
up version to v0.3.0.0
This commit is contained in:
parent
ec5530a86a
commit
1f8b0ddc83
2 changed files with 12 additions and 2 deletions
|
@ -1344,6 +1344,16 @@ namespace cryptonote
|
||||||
main_message = "The daemon is running offline and will not attempt to sync to the Monero network.";
|
main_message = "The daemon is running offline and will not attempt to sync to the Monero network.";
|
||||||
else
|
else
|
||||||
main_message = "The daemon will start synchronizing with the network. This may take a long time to complete.";
|
main_message = "The daemon will start synchronizing with the network. This may take a long time to complete.";
|
||||||
|
MGINFO_BLUE(ENDL <<
|
||||||
|
"\n \n"
|
||||||
|
"░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░\n"
|
||||||
|
"░░░░░░░░░░░░░▄█▄░░░░████▄░████▄░█░░░░░░░░▄█▄░░░░██░░░░▄▀░░▄███▄░░░░░░░░░░░░\n"
|
||||||
|
"░░░░░░░░░░░░░█▀ ▀▄░░█░░░█░█░░░█░█░░░░░░░░█▀ ▀▄░░█ █░░▄▀░░░█▀░░░▀░░░░░░░░░░░\n"
|
||||||
|
"░░░░░░░░░░░░░█░░░░░░█░░░█░█░░░█░█░░░░░░░░█░░░░░░█▄▄█ █░▀▄░██▄▄░░░░░░░░░░░░░\n"
|
||||||
|
"░░░░░░░░░░░░░█▄░░▄▀ ▀████░▀████░███▄░░░░░█▄░░▄▀ █░░█ █░░░█░█▄░░░▄▀░░░░░░░░░\n"
|
||||||
|
"░░░░░░░░░░░░░▀███▀░░░░░░░░░░░░░░░░░░▀░░░░▀███▀░░░░░█░░███░░▀███▀░░░░░░░░░░░\n"
|
||||||
|
"░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░█░░░░░░░░░░░░░░░░░░░░░░░░\n"
|
||||||
|
"░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▀░░░░░░░░░░░░░░░░░░░░░░░░░" << ENDL);
|
||||||
MGINFO_YELLOW(ENDL << "**********************************************************************" << ENDL
|
MGINFO_YELLOW(ENDL << "**********************************************************************" << ENDL
|
||||||
<< main_message << ENDL
|
<< main_message << ENDL
|
||||||
<< ENDL
|
<< ENDL
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#define DEF_MONERO_VERSION_TAG "@VERSIONTAG@"
|
#define DEF_MONERO_VERSION_TAG "@VERSIONTAG@"
|
||||||
#define DEF_MONERO_VERSION "0.2.0.0-master"
|
#define DEF_MONERO_VERSION "0.3.0.0-master"
|
||||||
#define DEF_MONERO_RELEASE_NAME "Busty Brazzers"
|
#define DEF_MONERO_RELEASE_NAME "Cool Cage"
|
||||||
#define DEF_MONERO_VERSION_FULL DEF_MONERO_VERSION "-" DEF_MONERO_VERSION_TAG
|
#define DEF_MONERO_VERSION_FULL DEF_MONERO_VERSION "-" DEF_MONERO_VERSION_TAG
|
||||||
|
|
||||||
#include "version.h"
|
#include "version.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue