From 01365b7b0c57a1e77978c55bccc079f09553738b Mon Sep 17 00:00:00 2001 From: Luca Scarabello Date: Sat, 9 Oct 2021 16:05:42 +0200 Subject: [PATCH] BLD: bump version to 1.5.8 --- apps/scrtdd/rtdd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/scrtdd/rtdd.h b/apps/scrtdd/rtdd.h index e079b81c..cf551112 100644 --- a/apps/scrtdd/rtdd.h +++ b/apps/scrtdd/rtdd.h @@ -61,7 +61,7 @@ class RTDD : public Application }; DEFINE_SMARTPOINTER(Region); - virtual const char *version() { return "1.5.7+"; } + virtual const char *version() { return "1.5.8"; } protected: void createCommandLineDescription();