Skip to content

Commit

Permalink
ENH: added version number to --version option
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-s committed Jun 24, 2020
1 parent 0399da5 commit 54ba855
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/scrtdd/rtdd.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ class RTDD : public Application {
};
DEFINE_SMARTPOINTER(Region);

virtual const char *version() { return "1.0.0"; }

protected:
void createCommandLineDescription();
bool validateParameters();
Expand Down

0 comments on commit 54ba855

Please sign in to comment.