diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | src/Version.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -111,7 +111,7 @@ install: mkdir -p $(DESTDIR)/opt/lora strip: - $(STRIP) $(BUILDDIR)/mts-io-sysfs + $(STRIP) -S --strip-unneeded --remove-section=.note.gnu.gold-version --remove-section=.comment --remove-section=.note --remove-section=.note.gnu.build-id --remove-section=.note.ABI-tag $(BUILDDIR)/mts-io-sysfs clean: -$(RM) $(OBJS) $(CPP_DEPPS) $(BUILDDIR)/mts-io-sysfs diff --git a/src/Version.cpp b/src/Version.cpp index b601c9d..3e07a6a 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-11-gbfc20a0"); +const std::string Version::version("v1.0.0-12-g03299da"); |