From bc5bf9b57d99ec26b90007643dc29f9bb699eb20 Mon Sep 17 00:00:00 2001 From: Ray Lillback Date: Tue, 23 Jul 2024 18:15:01 -0400 Subject: [PATCH] Updated versioning --- agent.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/agent.h b/agent.h index b370259..4f105cc 100644 --- a/agent.h +++ b/agent.h @@ -95,7 +95,7 @@ extern struct ScheduledJob* currentJob; /* Defined in schedule.c */ /* 2.14.2.1 = Set up long options & cleaned usage output */ /* 2.14.3.0 = Upgraded for EJBCA DN State Key & openssl v3.0 compatibility */ /* 2.15.0.0 = Minor bug improvements */ -/* 2.15.1.0 = Updated for v12 API modifications */ -#define AGENT_VERSION 0x0002000F00010000 +/* 2.15.1.0 = Updated for v12 API modifications *//* 2.15.2.0 = Updated DTO for Warning to allow agent rotation */ +#define AGENT_VERSION 0x0002000F00020000 #endif /* AGENT_H_ */