From 69663861e0860cae35ee50d4bf99d7d6c9af7102 Mon Sep 17 00:00:00 2001 From: wowario Date: Mon, 30 Mar 2020 14:44:47 +0300 Subject: [PATCH] add v0.8 ASCII art --- src/cryptonote_core/cryptonote_core.cpp | 22 ++++++++++++++++++++++ src/version.cpp.in | 4 ++-- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/src/cryptonote_core/cryptonote_core.cpp b/src/cryptonote_core/cryptonote_core.cpp index 1d20d8d24..e01d8d2c1 100644 --- a/src/cryptonote_core/cryptonote_core.cpp +++ b/src/cryptonote_core/cryptonote_core.cpp @@ -1681,6 +1681,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 diff --git a/src/version.cpp.in b/src/version.cpp.in index ce7f22f2b..54621017c 100644 --- a/src/version.cpp.in +++ b/src/version.cpp.in @@ -1,6 +1,6 @@ #define DEF_MONERO_VERSION_TAG "@VERSIONTAG@" -#define DEF_MONERO_VERSION "0.7.1.0" -#define DEF_MONERO_RELEASE_NAME "Gaping Goatse" +#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@