Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Oliver Behnke
graphicsframework
Commits
4f02ad95
Commit
4f02ad95
authored
May 05, 2011
by
Oliver Bock
Browse files
Remaining minor fixes
parent
57225bf0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/starsphere/main.cpp
View file @
4f02ad95
...
...
@@ -23,6 +23,7 @@
#include
<diagnostics.h>
#include
<boinc_api.h>
#include
<svn_version.h>
#include
"../erp_git_version.h"
...
...
@@ -48,7 +49,7 @@ int main(int argc, char **argv)
// print version info
if
(
argc
==
2
)
{
string
param
(
argv
[
1
]);
if
(
param
==
"--version"
||
param
=
"-v"
)
{
if
(
param
==
"--version"
||
param
=
=
"-v"
)
{
cout
<<
"Version information:"
<<
endl
;
cout
<<
"Graphics Application Revision: "
<<
ERP_GIT_VERSION
<<
endl
;
cout
<<
"BOINC Revision: "
<<
SVN_VERSION
<<
endl
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment