diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-03-31 19:38:11 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-03-31 19:38:11 +0300 |
| commit | dd2bc0b67daea21cd1220a21d61da306c7523e31 (patch) | |
| tree | b9eebef284d2c275c1aea21e2c9bae23f54e36d7 /Software/Embedded_SW/Embedded/Common | |
| parent | 42391bb46aa9dda0f56a7909268a2cffdf36f1d8 (diff) | |
| download | Tango-dd2bc0b67daea21cd1220a21d61da306c7523e31.tar.gz Tango-dd2bc0b67daea21cd1220a21d61da306c7523e31.zip | |
Version 1.4.6.20 - Head Cleaning from PPC, Dye sequence stubs (special dispensers, WCF, Waste time)
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 c110b0d82..8b7580830 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,4,6,19}; +TangoVersion_t _gTangoVersion = {1,4,6,20}; #define BUILD_DATE __DATE__ char Dat[50] = BUILD_DATE; char _gTangoName [MAX_STRING_LEN] = "Tango01 ";//d |
