Skip to content

Commit

Permalink
[CMK-2230] - fixed Makefile to update vesrion of the New Windows Agent
Browse files Browse the repository at this point in the history
Change-Id: I4cf22ab58e1b62dd7dfd33ec12d396e25b9b185e
  • Loading branch information
s-kipnis committed Jun 19, 2019
1 parent fc4f232 commit 055bbd1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions agents/Makefile
Expand Up @@ -64,6 +64,8 @@ setversion:
mail=feedback@checkmk.com; \
sed -i "s/^AC_INIT.*/AC_INIT([$$package], [$(NEW_VERSION)], [$$mail])/" \
windows/configure.ac
sed -i "s/^#define CMK_WIN_AGENT_VERSION .*/#define CMK_WIN_AGENT_VERSION \"$(NEW_VERSION)\"/"\
wnx/src/common/wnx_version.h

build: $(DEB_PACKAGE) $(RPM_PACKAGE) $(WIN_PACKAGE)

Expand Down

0 comments on commit 055bbd1

Please sign in to comment.