diff --git a/ChangeLog b/ChangeLog index 72350f3d..909f2d13 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/configure b/configure index bac19b24..1d88574a 100755 --- a/configure +++ b/configure @@ -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 diff --git a/include/smooth/version.h b/include/smooth/version.h index ef51c3b2..89a67179 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,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