diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-11-18 19:09:23 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-11-18 19:09:23 +0200 |
| commit | c4f90b0f6cee6414959e55f0dfc0d866b97a6036 (patch) | |
| tree | 6ce760f15eedb22b22612908b6c5e0e57277e327 /Software/Embedded_SW/Embedded/Common | |
| parent | 8906274180ae356fcf08893b313f852546181514 (diff) | |
| download | Tango-c4f90b0f6cee6414959e55f0dfc0d866b97a6036.tar.gz Tango-c4f90b0f6cee6414959e55f0dfc0d866b97a6036.zip | |
prepare light colors - no actual change in 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 d0193f970..a6adc3b3e 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,2,1}; +TangoVersion_t _gTangoVersion = {1,5,2,2}; #define BUILD_DATE __DATE__ char Dat[50] = BUILD_DATE; |
