diff options
| author | Mirta <mirta@twine-s.com> | 2020-08-13 14:10:37 +0300 |
|---|---|---|
| committer | Mirta <mirta@twine-s.com> | 2020-08-13 14:10:37 +0300 |
| commit | 70ada335b3136cd2d97d277b03b5148efb76fc23 (patch) | |
| tree | ecdb3761a96c064086138b81e9f0be629f916706 /Software/Embedded_SW/Embedded/Common | |
| parent | 83a2fe023aae54f7a296aec76e0ad2e24d2d33f5 (diff) | |
| parent | ccb92223657ac5a21af5aa21d309d9924d9a0fd8 (diff) | |
| download | Tango-70ada335b3136cd2d97d277b03b5148efb76fc23.tar.gz Tango-70ada335b3136cd2d97d277b03b5148efb76fc23.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
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 06a4ed090..c5e8b14bc 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,40}; +TangoVersion_t _gTangoVersion = {1,4,6,41}; #define BUILD_DATE __DATE__ char Dat[50] = BUILD_DATE; char _gTangoName [MAX_STRING_LEN] = "Tango01 ";//e |
