From e20649f689d30f1c1573688fab591e04b4901abd Mon Sep 17 00:00:00 2001 From: Luca Scarabello Date: Fri, 30 Apr 2021 23:28:28 +0200 Subject: [PATCH] BLD: bump version to 1.3.5 --- 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 620d6361..5e630581 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.3.4+"; } + virtual const char *version() { return "1.3.5"; } protected: void createCommandLineDescription();