add v0.8 ASCII art

Signed-off-by: wowario <wowario@protonmail.com>
This commit is contained in:
wowario 2020-03-30 14:44:47 +03:00
parent 1df79ae3aa
commit 32a44939ea
No known key found for this signature in database
GPG key ID: 24DCBE762DE9C111
2 changed files with 24 additions and 2 deletions

View file

@ -1641,6 +1641,28 @@ namespace cryptonote
main_message = "The daemon is running offline and will not attempt to sync to the Monero network.";
else
main_message = "The daemon will start synchronizing with the network. This may take a long time to complete.";
MGINFO_GREEN(ENDL <<
"\n \n"
" ,'``.._ ,'``. \n"
" :,--._:)|,:,._,.: All Glory to \n"
" :`--,'' :`...';| the HYPNO TOAD! \n"
" `,' `---' `. \n"
" / : \n"
" / | \n"
" ,' :|.___,-. \n"
" `...,---'``````-..._ |: | \n"
" ( ) ;: ) | _,-. \n"
" `. ( // `' | \n"
" : `.// ) ) , ; \n"
" ,-|`. _,'/ ) ) ,' ,' \n"
" ( :`.`-..____..=:.-': . _,' ,' \n"
" `,'| ``--....-)=' `._, | ,') _ '``._ \n"
" _.-/ _ `. (WOW) / )' ; / | |`-.' \n"
"`--( `-:`. `' ___..' _,-' |/ `.) \n"
" `-. `.`.``-----``--, .' \n"
" |/`.|`' ,','); \n"
" ` (/ (/ \n"
"\n \n" << ENDL);
MGINFO_YELLOW(ENDL << "**********************************************************************" << ENDL
<< main_message << ENDL
<< ENDL

View file

@ -1,6 +1,6 @@
#define DEF_MONERO_VERSION_TAG "@VERSIONTAG@"
#define DEF_MONERO_VERSION "0.15.0.0"
#define DEF_MONERO_RELEASE_NAME "Carbon Chamaeleon"
#define DEF_MONERO_VERSION "0.8.0.0"
#define DEF_MONERO_RELEASE_NAME "Hallucinogenic Hypnotoad"
#define DEF_MONERO_VERSION_FULL DEF_MONERO_VERSION "-" DEF_MONERO_VERSION_TAG
#define DEF_MONERO_VERSION_IS_RELEASE @VERSION_IS_RELEASE@