From 9e1a3e336b0fd0c07685eb54b86709e30d6bfcd6 Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Sun, 21 Jun 2026 01:41:09 +0200 Subject: [PATCH] bump version to 0.7.4 --- LICENSE | 2 +- winixd/core/version.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index 55ccc22..79bbfe5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2012-2022, Tomasz Sowa +Copyright (c) 2012-2026, Tomasz Sowa All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/winixd/core/version.h b/winixd/core/version.h index 52a9bc6..9bcafdb 100644 --- a/winixd/core/version.h +++ b/winixd/core/version.h @@ -4,8 +4,8 @@ * Author: Tomasz Sowa */ -/* - * Copyright (c) 2008-2024, Tomasz Sowa +/* + * Copyright (c) 2008-2026, Tomasz Sowa * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -42,10 +42,10 @@ namespace Winix #define WINIX_VER_MAJOR 0 #define WINIX_VER_MINOR 7 -#define WINIX_VER_REVISION 3 +#define WINIX_VER_REVISION 4 #define WINIX_COPYRIGHT_YEAR_FROM 2008 -#define WINIX_COPYRIGHT_YEAR_TO 2024 +#define WINIX_COPYRIGHT_YEAR_TO 2026 } // namespace Winix