Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
RADIANT
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
domainWorld
RADIANT
Commits
c0ba3c01
Commit
c0ba3c01
authored
Sep 12, 2017
by
Carsten Kemena
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed version number
parent
4e896915
Pipeline
#565
passed with stage
in 1 minute and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/radiant.cpp
src/radiant.cpp
+1
-1
No files found.
src/radiant.cpp
View file @
c0ba3c01
...
...
@@ -220,7 +220,7 @@ int
main
(
int
argc
,
char
const
*
argv
[])
{
fs
::
path
inFile
,
databaseFile
;
string
radiantVersion
=
"
1.0.0
"
;
string
radiantVersion
=
"
0.9.0-beta
"
;
po
::
options_description
allOpts
(
"radiant "
+
radiantVersion
+
" (C) 2017 Carsten Kemena
\n
This program comes with ABSOLUTELY NO WARRANTY;
\n\n
Allowed options are displayed below."
);
po
::
options_description
general
(
"General options"
);
general
.
add_options
()
...
...
Write
Preview
Markdown
is supported
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