diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2019-02-27 12:05:21 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2019-02-27 12:05:21 +0200 |
| commit | 067e34ae548d2125cf92477af4e8afb4e85f63ce (patch) | |
| tree | 7bbd5184939f427b9df193948c35d9a1f700e2ea /Software/Embedded_SW/Embedded/Common | |
| parent | 39b56dcb67c5b1aa99975a724916429ae25576c0 (diff) | |
| parent | 88a73106e8113a4a6ce224f9205e11219939798e (diff) | |
| download | Tango-067e34ae548d2125cf92477af4e8afb4e85f63ce.tar.gz Tango-067e34ae548d2125cf92477af4e8afb4e85f63ce.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 2531a3e79..5bfd47b44 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,3,7,5}; +TangoVersion_t _gTangoVersion = {1,3,7,6}; #define BUILD_DATE __DATE__ char Dat[50] = BUILD_DATE; char _gTangoName [MAX_STRING_LEN] = "Tango01 ";//d |
