summaryrefslogtreecommitdiff
path: root/src/options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.cpp')
-rw-r--r--src/options.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/options.cpp b/src/options.cpp
index aa964d2..0483759 100644
--- a/src/options.cpp
+++ b/src/options.cpp
@@ -32,9 +32,10 @@ void Options::parse( int argc, char *argv[] )
32int Options::version( Bu::StrArray aArgs ) 32int Options::version( Bu::StrArray aArgs )
33{ 33{
34 sio << "STAGE v" VERSION " - Simple, Textual, Adventure Game Environment." 34 sio << "STAGE v" VERSION " - Simple, Textual, Adventure Game Environment."
35 << sio.nl; 35 << sio.nl << sio.nl;
36 sio << "Full version: " FULLVER << sio.nl; 36 sio << "Full version: " FULLVER << sio.nl;
37 sio << "Commit id: " SHAVER << sio.nl; 37 sio << "Build date: " TIMEVER << sio.nl;
38// sio << "Commit id: " SHAVER << sio.nl;
38 sio << sio.nl; 39 sio << sio.nl;
39 exit( 0 ); 40 exit( 0 );
40 return 0; 41 return 0;