diff --git a/Makefile.win32 b/Makefile.win32 index d8fb1bb099..96c9f87d51 100644 --- a/Makefile.win32 +++ b/Makefile.win32 @@ -159,7 +159,7 @@ clean: rm -f tools/*.o dist: all - zip -r ssnes-win32-0.7.zip $(TARGET) ssnes.cfg snes.dll libxml2.dll iconv.dll zlib1.dll SDL.dll freetype6.dll rsound.dll pthreadGC2.dll cg.dll cgGL.dll libjpeg-8.dll libpng15-15.dll python32.dll SDL_image.dll $(JTARGET) + zip -r ssnes-win32-0.8.zip $(TARGET) ssnes.cfg snes.dll libxml2.dll iconv.dll zlib1.dll SDL.dll freetype6.dll rsound.dll pthreadGC2.dll cg.dll cgGL.dll libjpeg-8.dll libpng15-15.dll python32.dll SDL_image.dll $(JTARGET) libs: wget https://github.com/downloads/Themaister/SSNES/SSNES-win32-libs.zip --no-check-certificate diff --git a/Makefile.win64 b/Makefile.win64 index e24a684c0c..36a5f7cacb 100644 --- a/Makefile.win64 +++ b/Makefile.win64 @@ -152,7 +152,7 @@ clean: rm -f tools/*.o dist: all - zip -r ssnes-win64-0.7.zip $(TARGET) $(JTARGET) ssnes.cfg snes.dll avcodec-53.dll avdevice-53.dll avfilter-2.dll avformat-53.dll avutil-51.dll cg.dll cgGL.dll libfreetype-6.dll libxml2-2.dll postproc-51.dll rsound.dll SDL.dll swscale-2.dll libiconv-2.dll + zip -r ssnes-win64-0.8.zip $(TARGET) $(JTARGET) ssnes.cfg snes.dll avcodec-53.dll avdevice-53.dll avfilter-2.dll avformat-53.dll avutil-51.dll cg.dll cgGL.dll libfreetype-6.dll libxml2-2.dll postproc-51.dll rsound.dll SDL.dll swscale-2.dll libiconv-2.dll libs: wget https://github.com/downloads/Themaister/SSNES/SSNES-win64-libs.zip --no-check-certificate diff --git a/qb/config.params.sh b/qb/config.params.sh index 58df074ac2..2da45154a2 100644 --- a/qb/config.params.sh +++ b/qb/config.params.sh @@ -1,7 +1,7 @@ . qb/qb.params.sh PACKAGE_NAME=ssnes -PACKAGE_VERSION=0.7 +PACKAGE_VERSION=0.8 # Adds a command line opt to ./configure --help # $1: Variable (HAVE_ALSA, HAVE_OSS, etc) diff --git a/ssnes.c b/ssnes.c index 9d3d9a2e1a..c7bce20519 100644 --- a/ssnes.c +++ b/ssnes.c @@ -332,7 +332,7 @@ static int16_t input_state(bool port, unsigned device, unsigned index, unsigned #endif #ifdef _WIN32 -#define PACKAGE_VERSION "0.7" +#define PACKAGE_VERSION "0.8" #endif #include "config.features.h"