From b7952104c0cfe5f886f2301ece5fd41dcb7719d8 Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Sun, 21 Jun 2026 01:49:58 +0200 Subject: [PATCH] bump version to 0.9.6 --- LICENSE | 2 +- src/version.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index d55629a..a4e2531 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2007-2022, Tomasz Sowa +Copyright (c) 2007-2026, Tomasz Sowa All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/version.h b/src/version.h index 027c635..86275ee 100644 --- a/src/version.h +++ b/src/version.h @@ -4,8 +4,8 @@ * Author: Tomasz Sowa */ -/* - * Copyright (c) 2022, Tomasz Sowa +/* + * Copyright (c) 2022-2026, Tomasz Sowa * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -38,7 +38,7 @@ #define EZC_VERSION_MAJOR 0 #define EZC_VERSION_MINOR 9 -#define EZC_VERSION_PATCH 5 +#define EZC_VERSION_PATCH 6 #endif