Skip to content

Commit 6296e28

Browse files
committed
smooth release 0.9.8.
1 parent eb1d573 commit 6296e28

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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.21 hh:mm - smooth alpha 0.9.8
3+
27.06.21 13:24 - smooth alpha 0.9.8
44

55
- imageloader.cpp - added support for auto-detecting image formats
66
- webp.cpp - added support for WebP image decoding

configure

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ echo " \"make config=systemlibcpuid\"."
1717
echo
1818
echo " On macOS:"
1919
echo
20-
echo " - Building smooth is tested on macOS 10.5.8 Leopard only using"
21-
echo " the Xcode 3.1 Command Line Tools (no Xcode project file provided)"
20+
echo " - Building smooth is supported on macOS 10.5.8 Leopard and later"
21+
echo " using the Xcode Command Line Tools (no Xcode project file provided)"
2222
echo
2323
echo " On Windows:"
2424
echo
25-
echo " - Please use MinGW (http://www.mingw.org/) or Visual Studio 2019"
26-
echo " with the msvc/smooth/smooth.sln project file to build smooth"
25+
echo " - Please use MSYS2 (https://www.msys2.org/) or Visual Studio 2019"
26+
echo " with the msvc/smooth.sln project file to build smooth"
2727
echo
2828
echo "When all prerequisites are met, simply run \"make && make install\"."
2929
echo

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,8,5524
19-
# define SMOOTH_RESPROD 0,9,8,5524
18+
# define SMOOTH_RESVERS 0,9,8,5594
19+
# define SMOOTH_RESPROD 0,9,8,5594
2020
# define SMOOTH_PRODUCT "0.9\0"
21-
# define SMOOTH_FILEVER "0.9.8.5524\0"
21+
# define SMOOTH_FILEVER "0.9.8.5594\0"
2222
#endif
2323

2424
#endif

0 commit comments

Comments
 (0)