Version bump to 8.31RR3

This commit is contained in:
Denis Pauk 2023-12-25 00:14:45 +02:00
parent 8ecef62a5d
commit d4aa45d6cb
2 changed files with 3 additions and 1 deletions

View File

@ -45,6 +45,8 @@ jobs:
wget -c https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2023-11-30-12-55/ffmpeg-n6.0.1-win64-lgpl-shared-6.0.zip
unzip -o ffmpeg-n6.0.1-win64-lgpl-shared-6.0.zip
cp ffmpeg-n6.0.1-win64-lgpl-shared-6.0/bin/*.dll release/
# remove unused libraries
rm -fv release/avdevice*.dll release/avfilter*.dll release/postproc*.dll
# static SDL2
wget -c https://github.com/libsdl-org/SDL/releases/download/release-2.28.5/SDL2-2.28.5-win32-x64.zip
unzip -o SDL2-2.28.5-win32-x64.zip

View File

@ -32,7 +32,7 @@
#include "shared.h"
#include "crc.h"
#define YQ2VERSION "8.31RR2"
#define YQ2VERSION "8.31RR3"
#define BASEDIRNAME "baseq2"
#ifndef YQ2OSTYPE