File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ int main(int argc, char *argv[]){
2424 system (" pause" );
2525 }
2626 else if (strcmp (argv[1 ], " -v" ) == 0 ){
27- cout<<" now eytion version: alpha-0.1.34 " <<endl;
27+ cout<<" now eytion version: alpha-0.1.45 " <<endl;
2828 }
2929 else {
3030 cout<<" command error not a right argument for eytion" <<endl;
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ void cmdinfo(string argv){
6666 string content (begin, end);
6767 cout<<" License content:" <<endl;
6868 cout<<_FONT_GREEN<<content<<_NORMAL<<endl;
69- cout<<" now version: v0.1.34 -alpha-20211030 " <<endl;
69+ cout<<" now version: v0.1.45 -alpha-20211205 " <<endl;
7070}
7171void cmdhelp (string argv){
7272 string path = getenv (" EY" );
@@ -91,7 +91,7 @@ void eysys::run(std::string text){
9191 efig = read.Get ();
9292 std::cout<<_FONT_BLUE<<" build date: " <<_FONT_GREEN<<__DATE__<<endl;
9393 cout<<_NORMAL;
94- cout<<" Eytion [Shell | " <<_FONT_RED<< " Informal version " <<_NORMAL<< " ]" <<endl;
94+ cout<<" Eytion [Shell]" <<endl;
9595 cout<<" You can enter 'help' to get console help" <<endl;
9696 while (true ){
9797 try {
You can’t perform that action at this time.
0 commit comments