diff --git a/Makefile.win32 b/Makefile.win32 index 0817264d83..564e777301 100644 --- a/Makefile.win32 +++ b/Makefile.win32 @@ -120,7 +120,7 @@ clean: rm -f tools/*.o dist: all - zip -r ssnes-win32-0.4.1.zip $(TARGET) ssnes.cfg snes.dll libxml2.dll iconv.dll zlib1.dll SDL.dll freetype6.dll xaudio-c.dll rsound.dll pthreadGC2.dll README.win32.txt $(JTARGET) + zip -r ssnes-win32-0.5.zip $(TARGET) ssnes.cfg snes.dll libxml2.dll iconv.dll zlib1.dll SDL.dll freetype6.dll xaudio-c.dll rsound.dll pthreadGC2.dll README.win32.txt $(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 cba897452a..7d2e07f9fd 100644 --- a/Makefile.win64 +++ b/Makefile.win64 @@ -121,7 +121,7 @@ clean: rm -f tools/*.o dist: all - zip -r ssnes-win64-0.4.1.zip $(TARGET) ssnes.cfg snes.dll xaudio-c.dll README.win32.txt $(JTARGET) + zip -r ssnes-win64-0.5.zip $(TARGET) ssnes.cfg snes.dll xaudio-c.dll README.win32.txt $(JTARGET) 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 d31d11f4ce..5b8a8706e6 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.4.1 +PACKAGE_VERSION=0.5 # Adds a command line opt to ./configure --help # $1: Variable (HAVE_ALSA, HAVE_OSS, etc) diff --git a/ssnes.c b/ssnes.c index 192a76c353..51cc14a5f5 100644 --- a/ssnes.c +++ b/ssnes.c @@ -318,7 +318,7 @@ static void fill_pathname_noext(char *out_path, const char *in_path, const char #endif #ifdef _WIN32 -#define PACKAGE_VERSION "0.4.1" +#define PACKAGE_VERSION "0.5" #endif #include "config.features.h"