From 3595819cc859a1b048648108dae1b9db84fa7e19 Mon Sep 17 00:00:00 2001 From: Bryan Biedenkapp Date: Mon, 23 Mar 2026 17:05:09 -0400 Subject: [PATCH] bump version number; --- src/common/Defines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/Defines.h b/src/common/Defines.h index 606c1ef5..27b507e8 100644 --- a/src/common/Defines.h +++ b/src/common/Defines.h @@ -110,7 +110,7 @@ typedef unsigned long long ulong64_t; #define __EXE_NAME__ "" #define VERSION_MAJOR "05" -#define VERSION_MINOR "04" +#define VERSION_MINOR "06" #define VERSION_REV "A" #define __NETVER__ "DVM_R" VERSION_MAJOR VERSION_REV VERSION_MINOR