File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
ChangeLog for smooth
2
2
3
- dd.mm .21 hh:mm - smooth alpha 0.9.8
3
+ 27.06 .21 13:24 - smooth alpha 0.9.8
4
4
5
5
- imageloader.cpp - added support for auto-detecting image formats
6
6
- webp.cpp - added support for WebP image decoding
Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ echo " \"make config=systemlibcpuid\"."
17
17
echo
18
18
echo " On macOS:"
19
19
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)"
22
22
echo
23
23
echo " On Windows:"
24
24
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"
27
27
echo
28
28
echo " When all prerequisites are met, simply run \" make && make install\" ."
29
29
echo
Original file line number Diff line number Diff line change 15
15
#define SMOOTH_APIVERSION "0.9.0"
16
16
17
17
#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
20
20
# define SMOOTH_PRODUCT "0.9\0"
21
- # define SMOOTH_FILEVER "0.9.8.5524 \0"
21
+ # define SMOOTH_FILEVER "0.9.8.5594 \0"
22
22
#endif
23
23
24
24
#endif
You can’t perform that action at this time.
0 commit comments