Skip to content

Commit

Permalink
BLD: bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-s committed Nov 5, 2020
1 parent 66de61f commit 092bb5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/scrtdd/rtdd.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class RTDD : public Application
};
DEFINE_SMARTPOINTER(Region);

virtual const char *version() { return "1.1.2+"; }
virtual const char *version() { return "1.2.0"; }

protected:
void createCommandLineDescription();
Expand Down

0 comments on commit 092bb5e

Please sign in to comment.