aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-11-29 16:36:21 +0200
committerShlomo Hecht <shlomo@twine-s.com>2020-11-29 16:36:21 +0200
commitc38ee983e35e9469cb8370c8bcdcb18738321327 (patch)
tree23874e9612864d9297aba11c07cef5f844c05980 /Software/Embedded_SW/Embedded/Common
parent5c762220bfbd41370f5dabc99b6e273bc1347432 (diff)
downloadTango-c38ee983e35e9469cb8370c8bcdcb18738321327.tar.gz
Tango-c38ee983e35e9469cb8370c8bcdcb18738321327.zip
version 1.5.3.2 fix flat head and more
Diffstat (limited to 'Software/Embedded_SW/Embedded/Common')
-rw-r--r--Software/Embedded_SW/Embedded/Common/SW_Info/SW_Info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Common/SW_Info/SW_Info.c b/Software/Embedded_SW/Embedded/Common/SW_Info/SW_Info.c
index da4b66b4e..3b88982c2 100644
--- a/Software/Embedded_SW/Embedded/Common/SW_Info/SW_Info.c
+++ b/Software/Embedded_SW/Embedded/Common/SW_Info/SW_Info.c
@@ -20,7 +20,7 @@ typedef struct
} TangoVersion_t;
-TangoVersion_t _gTangoVersion = {1,5,3,1};
+TangoVersion_t _gTangoVersion = {1,5,3,2};
#define BUILD_DATE __DATE__
char Dat[50] = BUILD_DATE;