From 46ff6ba4ec96bf76d6efb01e4b1b1122387cfa14 Mon Sep 17 00:00:00 2001 From: Robert Kausch Date: Sun, 14 Feb 2021 14:59:05 +0100 Subject: [PATCH] smooth release 0.9.7. --- ChangeLog | 2 +- include/smooth/version.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index f55eea35..eae7dcca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ ChangeLog for smooth -dd.mm.21 hh:mm - smooth alpha 0.9.7 +14.02.21 14:56 - smooth alpha 0.9.7 - backendcocoa.mm - added support for opening registered file types on macOS - screenxlib.cpp - improved multi-monitor support for X11 based systems diff --git a/include/smooth/version.h b/include/smooth/version.h index 8fac0f41..df084c98 100644 --- a/include/smooth/version.h +++ b/include/smooth/version.h @@ -1,5 +1,5 @@ /* The smooth Class Library - * Copyright (C) 1998-2020 Robert Kausch + * Copyright (C) 1998-2021 Robert Kausch * * This library is free software; you can redistribute it and/or * modify it under the terms of "The Artistic License, Version 2.0". @@ -15,10 +15,10 @@ #define SMOOTH_APIVERSION "0.9.0" #ifdef SMOOTH_DLL -# define SMOOTH_RESVERS 0,9,7,5505 -# define SMOOTH_RESPROD 0,9,7,5505 +# define SMOOTH_RESVERS 0,9,7,5523 +# define SMOOTH_RESPROD 0,9,7,5523 # define SMOOTH_PRODUCT "0.9\0" -# define SMOOTH_FILEVER "0.9.7.5505\0" +# define SMOOTH_FILEVER "0.9.7.5523\0" #endif #endif