Skip to content

Commit 91b368a

Browse files
committed
[update]更改版本号
1 parent 6f43fb1 commit 91b368a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/eymain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

src/eysystem/command.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}
7171
void 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{

0 commit comments

Comments
 (0)