From be42782db188203dbf3f9b5b4d1af05eb3e67d91 Mon Sep 17 00:00:00 2001 From: Robert Kausch Date: Sat, 10 Oct 2020 18:40:50 +0200 Subject: [PATCH] smooth release 0.9.6. --- ChangeLog | 2 +- include/smooth/version.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index ca2191c9..ec5724e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ ChangeLog for smooth -dd.mm.20 hh:mm - smooth alpha 0.9.6 +10.10.20 18:20 - smooth alpha 0.9.6 - surfacegdi.cpp - fixed too high DPI values being reported - surfacegdiplus.cpp - fixed too high DPI values being reported diff --git a/include/smooth/version.h b/include/smooth/version.h index b05ce061..52382291 100644 --- a/include/smooth/version.h +++ b/include/smooth/version.h @@ -15,10 +15,10 @@ #define SMOOTH_APIVERSION "0.9.0" #ifdef SMOOTH_DLL -# define SMOOTH_RESVERS 0,9,6,5332 -# define SMOOTH_RESPROD 0,9,6,5332 +# define SMOOTH_RESVERS 0,9,6,5504 +# define SMOOTH_RESPROD 0,9,6,5504 # define SMOOTH_PRODUCT "0.9\0" -# define SMOOTH_FILEVER "0.9.6.5332\0" +# define SMOOTH_FILEVER "0.9.6.5504\0" #endif #endif