aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-10-15 19:47:00 +0300
committerShlomo Hecht <shlomo@twine-s.com>2020-10-15 19:47:00 +0300
commit510c071339cbe97f1fa49c55c4981b487b055dde (patch)
tree4c3a8b79074279944e5d749a2a5bf34a83f1e164 /Software/Embedded_SW/Embedded/Common
parentfd4f2d63b097dc9e189c9d30682bd6d5cc584d48 (diff)
downloadTango-510c071339cbe97f1fa49c55c4981b487b055dde.tar.gz
Tango-510c071339cbe97f1fa49c55c4981b487b055dde.zip
version 1.5.0(2) initial
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 7266c4ade..cd2c9589b 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,0,1};
+TangoVersion_t _gTangoVersion = {1,5,0,2};
#define BUILD_DATE __DATE__
char Dat[50] = BUILD_DATE;