diff options
author | Harsh Sharma <harsh.sharma@multitech.com> | 2020-01-06 13:06:41 -0600 |
---|---|---|
committer | Harsh Sharma <harsh.sharma@multitech.com> | 2020-01-06 13:06:41 -0600 |
commit | 68c0c5ed8ad7c733743de1afc5deb9de862d60f3 (patch) | |
tree | 317b59f77c0a9ce117f65debec3f3b8ebdce2a86 /src/Version.cpp | |
parent | 50a0344597edd0f4ae90ebee2fdf4e3160c572c8 (diff) | |
download | mts-io-sysfs-68c0c5ed8ad7c733743de1afc5deb9de862d60f3.tar.gz mts-io-sysfs-68c0c5ed8ad7c733743de1afc5deb9de862d60f3.tar.bz2 mts-io-sysfs-68c0c5ed8ad7c733743de1afc5deb9de862d60f3.zip |
Changed radio capability to be based on has_radio file
Diffstat (limited to 'src/Version.cpp')
-rw-r--r-- | src/Version.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Version.cpp b/src/Version.cpp index de88c98..96d0a2c 100644 --- a/src/Version.cpp +++ b/src/Version.cpp @@ -1,4 +1,4 @@ //Pre-Build Auto-Generated Source #include "Version.h" -const std::string Version::version("v1.0.0-3-g92bd445"); +const std::string Version::version("v1.0.0-4-g50a0344"); |