diff options
author | Harsh Sharma <harsh.sharma@multitech.com> | 2020-01-15 17:05:44 -0600 |
---|---|---|
committer | Harsh Sharma <harsh.sharma@multitech.com> | 2020-01-15 17:05:44 -0600 |
commit | 6516d0bbfc4217e3f1204ce07334e709e91b7bb6 (patch) | |
tree | 30320485d1f45238f5229addbd901f33b3f53cf6 /src/Version.cpp | |
parent | acb6f2db223487f2a80d7733ce91c735ff50302e (diff) | |
download | mts-io-sysfs-6516d0bbfc4217e3f1204ce07334e709e91b7bb6.tar.gz mts-io-sysfs-6516d0bbfc4217e3f1204ce07334e709e91b7bb6.tar.bz2 mts-io-sysfs-6516d0bbfc4217e3f1204ce07334e709e91b7bb6.zip |
Added port to accessory card list. Added sorting for accessory card array if the array is longer than 1
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 3e07a6a..1baaf5c 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-12-g03299da"); +const std::string Version::version("v1.0.0-13-gacb6f2d"); |