diff --git a/Makefile.win b/Makefile.win index 80d8cc1c84..f97079996e 100644 --- a/Makefile.win +++ b/Makefile.win @@ -160,10 +160,10 @@ clean: rm -f tools/*.o dist_x86: all - zip -r ssnes-win32-0.8.zip $(TARGET) $(JTARGET) ssnes.cfg snes.dll SDL.dll + zip -r ssnes-win32-0.8.1.zip $(TARGET) $(JTARGET) ssnes.cfg snes.dll SDL.dll dist_x86_64: all - zip -r ssnes-win64-0.8.zip $(TARGET) $(JTARGET) ssnes.cfg snes.dll SDL.dll + zip -r ssnes-win64-0.8.1.zip $(TARGET) $(JTARGET) ssnes.cfg snes.dll SDL.dll libs_x86: wget https://github.com/downloads/Themaister/SSNES/SSNES-win32-libs.zip --no-check-certificate diff --git a/qb/config.params.sh b/qb/config.params.sh index 2da45154a2..25b6f9ea0f 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.8 +PACKAGE_VERSION=0.8.1 # Adds a command line opt to ./configure --help # $1: Variable (HAVE_ALSA, HAVE_OSS, etc) diff --git a/ssnes.c b/ssnes.c index 98330e329d..185c842730 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.8" +#define PACKAGE_VERSION "0.8.1" #endif #include "config.features.h"