Skip to content

Commit 804224c

Browse files
committed
smooth release 0.9.4.
1 parent e77e09b commit 804224c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ChangeLog for smooth
22

3-
dd.mm.20 hh:mm - smooth alpha 0.9.4
3+
22.03.20 11:44 - smooth alpha 0.9.4
44

55
- fontgdi.cpp - fixed text length calculation for fonts using kerning
66
- cursor.cpp - fixed cursor positioning and text selection in right-to-left mode

include/smooth/version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
#define SMOOTH_APIVERSION "0.9.0"
1616

1717
#ifdef SMOOTH_DLL
18-
# define SMOOTH_RESVERS 0,9,4,5304
19-
# define SMOOTH_RESPROD 0,9,4,5304
18+
# define SMOOTH_RESVERS 0,9,4,5321
19+
# define SMOOTH_RESPROD 0,9,4,5321
2020
# define SMOOTH_PRODUCT "0.9\0"
21-
# define SMOOTH_FILEVER "0.9.4.5304\0"
21+
# define SMOOTH_FILEVER "0.9.4.5321\0"
2222
#endif
2323

2424
#endif

packaging/haiku/smooth-version.recipe.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ HOMEPAGE="http://www.smooth-project.org/"
1414
COPYRIGHT="1998-2020 Robert Kausch"
1515
LICENSE="Artistic v2.0"
1616
REVISION="1"
17-
SOURCE_URI="https://downloads.sourceforge.net/smooth/smooth-${portVersion/\~/-}.tar.gz"
17+
SOURCE_URI="https://github.com/enzo1982/smooth/releases/download/v${portVersion/\~/-}/smooth-${portVersion/\~/-}.tar.gz"
1818
CHECKSUM_SHA256="<checksum>"
1919
SOURCE_DIR="smooth-${portVersion/\~/-}"
2020

0 commit comments

Comments
 (0)