Skip to content

Commit

Permalink
smooth release 0.9.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
enzo1982 committed Jun 27, 2021
1 parent eb1d573 commit 6296e28
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ChangeLog for smooth

dd.mm.21 hh:mm - smooth alpha 0.9.8
27.06.21 13:24 - smooth alpha 0.9.8

- imageloader.cpp - added support for auto-detecting image formats
- webp.cpp - added support for WebP image decoding
Expand Down
8 changes: 4 additions & 4 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ echo " \"make config=systemlibcpuid\"."
echo
echo " On macOS:"
echo
echo " - Building smooth is tested on macOS 10.5.8 Leopard only using"
echo " the Xcode 3.1 Command Line Tools (no Xcode project file provided)"
echo " - Building smooth is supported on macOS 10.5.8 Leopard and later"
echo " using the Xcode Command Line Tools (no Xcode project file provided)"
echo
echo " On Windows:"
echo
echo " - Please use MinGW (http://www.mingw.org/) or Visual Studio 2019"
echo " with the msvc/smooth/smooth.sln project file to build smooth"
echo " - Please use MSYS2 (https://www.msys2.org/) or Visual Studio 2019"
echo " with the msvc/smooth.sln project file to build smooth"
echo
echo "When all prerequisites are met, simply run \"make && make install\"."
echo
6 changes: 3 additions & 3 deletions include/smooth/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
#define SMOOTH_APIVERSION "0.9.0"

#ifdef SMOOTH_DLL
# define SMOOTH_RESVERS 0,9,8,5524
# define SMOOTH_RESPROD 0,9,8,5524
# define SMOOTH_RESVERS 0,9,8,5594
# define SMOOTH_RESPROD 0,9,8,5594
# define SMOOTH_PRODUCT "0.9\0"
# define SMOOTH_FILEVER "0.9.8.5524\0"
# define SMOOTH_FILEVER "0.9.8.5594\0"
#endif

#endif

0 comments on commit 6296e28

Please sign in to comment.