From 804224cdc3613cc5c4ccb34ef441afb6e98fd206 Mon Sep 17 00:00:00 2001 From: Robert Kausch Date: Sun, 22 Mar 2020 11:46:04 +0100 Subject: [PATCH] smooth release 0.9.4. --- ChangeLog | 2 +- include/smooth/version.h | 6 +++--- packaging/haiku/smooth-version.recipe.template | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 146d20861..9e5191569 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ ChangeLog for smooth -dd.mm.20 hh:mm - smooth alpha 0.9.4 +22.03.20 11:44 - smooth alpha 0.9.4 - fontgdi.cpp - fixed text length calculation for fonts using kerning - cursor.cpp - fixed cursor positioning and text selection in right-to-left mode diff --git a/include/smooth/version.h b/include/smooth/version.h index 07e620c46..0550fdfcf 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,4,5304 -# define SMOOTH_RESPROD 0,9,4,5304 +# define SMOOTH_RESVERS 0,9,4,5321 +# define SMOOTH_RESPROD 0,9,4,5321 # define SMOOTH_PRODUCT "0.9\0" -# define SMOOTH_FILEVER "0.9.4.5304\0" +# define SMOOTH_FILEVER "0.9.4.5321\0" #endif #endif diff --git a/packaging/haiku/smooth-version.recipe.template b/packaging/haiku/smooth-version.recipe.template index 70ddeb155..906064bb5 100644 --- a/packaging/haiku/smooth-version.recipe.template +++ b/packaging/haiku/smooth-version.recipe.template @@ -14,7 +14,7 @@ HOMEPAGE="http://www.smooth-project.org/" COPYRIGHT="1998-2020 Robert Kausch" LICENSE="Artistic v2.0" REVISION="1" -SOURCE_URI="https://downloads.sourceforge.net/smooth/smooth-${portVersion/\~/-}.tar.gz" +SOURCE_URI="https://github.com/enzo1982/smooth/releases/download/v${portVersion/\~/-}/smooth-${portVersion/\~/-}.tar.gz" CHECKSUM_SHA256="" SOURCE_DIR="smooth-${portVersion/\~/-}"