From 192e3303a1e20298f376638272bceeb23cb9466e Mon Sep 17 00:00:00 2001 From: Themaister Date: Sat, 11 Jun 2011 18:17:56 +0200 Subject: [PATCH] Update dist and version. --- Makefile.win32 | 2 +- qb/config.params.sh | 2 +- ssnes.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.win32 b/Makefile.win32 index 826f1cb7c1..b2ed690fe3 100644 --- a/Makefile.win32 +++ b/Makefile.win32 @@ -148,7 +148,7 @@ clean: rm -f tools/*.o dist: all - zip -r ssnes-win32-0.5.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.2.zip $(TARGET) ssnes.cfg snes.dll libxml2.dll iconv.dll zlib1.dll SDL.dll freetype6.dll xaudio-c.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/qb/config.params.sh b/qb/config.params.sh index beb11d817a..fd95748f3e 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.5.1 +PACKAGE_VERSION=0.5.2 # Adds a command line opt to ./configure --help # $1: Variable (HAVE_ALSA, HAVE_OSS, etc) diff --git a/ssnes.c b/ssnes.c index a94094eee7..fa110ddf62 100644 --- a/ssnes.c +++ b/ssnes.c @@ -333,7 +333,7 @@ static void fill_pathname_noext(char *out_path, const char *in_path, const char #endif #ifdef _WIN32 -#define PACKAGE_VERSION "0.5.1" +#define PACKAGE_VERSION "0.5.2" #endif #include "config.features.h"