diff --git a/apps/scrtdd/rtdd.h b/apps/scrtdd/rtdd.h index 06b0dad2..ad4e22d8 100644 --- a/apps/scrtdd/rtdd.h +++ b/apps/scrtdd/rtdd.h @@ -60,7 +60,7 @@ class RTDD : public Application }; DEFINE_SMARTPOINTER(Region); - virtual const char *version() { return "1.2.0"; } + virtual const char *version() { return "1.2.1"; } protected: void createCommandLineDescription();