From 6a452ffed090ee4bc213d00a4afcc48e74315dd0 Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Thu, 27 May 2021 12:21:59 +0200 Subject: [PATCH] version changed to 0.7.3 --- winixd/core/version.h | 2 +- winixd/templates/misc.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/winixd/core/version.h b/winixd/core/version.h index 3fb6f36..d7e8201 100644 --- a/winixd/core/version.h +++ b/winixd/core/version.h @@ -42,7 +42,7 @@ namespace Winix #define WINIX_VER_MAJOR 0 #define WINIX_VER_MINOR 7 -#define WINIX_VER_REVISION 2 +#define WINIX_VER_REVISION 3 diff --git a/winixd/templates/misc.h b/winixd/templates/misc.h index 15649f9..20503a0 100644 --- a/winixd/templates/misc.h +++ b/winixd/templates/misc.h @@ -5,7 +5,7 @@ */ /* - * Copyright (c) 2010-2014, Tomasz Sowa + * Copyright (c) 2010-2021, Tomasz Sowa * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -45,7 +45,7 @@ namespace Winix { -struct User; +class User; namespace TemplatesFunctions