Skip to content

Commit

Permalink
Changed version in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
qjerome committed May 20, 2019
1 parent ec8efbf commit 79e88ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/evtxdump/makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MAIN_BASEN_SRC=evtxdump
RELEASE="$(GOPATH)/release/$(MAIN_BASEN_SRC)"
VERSION=v1.1
VERSION=v1.2.1
# Strips symbols and dwarf to make binary smaller
OPTS=-ldflags "-s -w"
ifdef DEBUG
Expand Down
2 changes: 1 addition & 1 deletion tools/evtxmon/makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MAIN_BASEN_SRC=evtxmon
RELEASE="$(GOPATH)/release/$(MAIN_BASEN_SRC)"
VERSION=v1.1
VERSION=v1.2.1
# Strips symbols and dwarf to make binary smaller
OPTS=-ldflags "-s -w"
ifdef DEBUG
Expand Down

0 comments on commit 79e88ac

Please sign in to comment.