Module: check_mk
Branch: master
Commit: 5cab3eede307c87be0b3f6be74b0f26bf11c7a5d
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=5cab3eede307c8…
Author: Jukka Aro <ja(a)mathias-kettner.de>
Date: Thu Jan 11 15:07:24 2018 +0100
Windows agent: set version to 1.5.0i3
Change-Id: I49f9c28fd88678dc3d44592bf92667c59a16b977
---
agents/windows/configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/agents/windows/configure.ac b/agents/windows/configure.ac
index 8871127..53eb161 100644
--- a/agents/windows/configure.ac
+++ b/agents/windows/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
-AC_INIT([Check_MK Windows Agent], [1.5.0i1], [feedback(a)check-mk.org])
+AC_INIT([Check_MK Windows Agent], [1.5.0i3], [feedback(a)check-mk.org])
AM_INIT_AUTOMAKE([foreign subdir-objects])
AC_CONFIG_COMMANDS([check_chroot], \
[[[ -z $CHROOT_NAME ]] && \