Skip to content

Commit

Permalink
version 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
btimofeev committed Mar 22, 2012
1 parent 739ac58 commit 8e48d5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ int main(int argc, char *argv[])
QApplication app(argc, argv);

app.setApplicationName("emuChip");
app.setApplicationVersion("0.0.2");
app.setApplicationVersion("0.1");

MainWindow mainWin;
mainWin.setWindowTitle(app.applicationName() + " v" + app.applicationVersion());
Expand Down
1 change: 1 addition & 0 deletions src/sdl/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ void handle_input(SDL_Event &event)

int main(int argc, char *argv[])
{
cout << "emuChip-sdl v0.1" << endl << "Copyright (C) 2009-2012 Boris Timofeev <[email protected]>" << endl << endl;
if (argc == 1){
cerr << "Error: no input file specified" << endl;
cerr << "Usage: " << argv[0] << " FILE" << endl;
Expand Down

0 comments on commit 8e48d5b

Please sign in to comment.