diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-10-28 12:49:18 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-10-28 12:49:18 +0200 |
| commit | 623cfa22f3de60869b9679219fe2c6ca1fad10cb (patch) | |
| tree | bcd978a1ad61a4e6a9d3bce15bc915e2e472b352 /Software/Embedded_SW/Embedded/Common | |
| parent | 3ca8992ee4e193b2599d787c4bc623d5df2d9407 (diff) | |
| download | Tango-623cfa22f3de60869b9679219fe2c6ca1fad10cb.tar.gz Tango-623cfa22f3de60869b9679219fe2c6ca1fad10cb.zip | |
Version 1.5.1.1 remove VOC alarm until end of mechanic testing. remove old VOC code
Diffstat (limited to 'Software/Embedded_SW/Embedded/Common')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Common/SW_Info/SW_Info.c | 2 |
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 a18588c72..08dc68781 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,1,0}; +TangoVersion_t _gTangoVersion = {1,5,1,1}; #define BUILD_DATE __DATE__ char Dat[50] = BUILD_DATE; |
