From d2b06a92c5630968aef65d1181aedbfceb9e6592 Mon Sep 17 00:00:00 2001 From: Themaister Date: Sun, 14 Aug 2011 23:17:02 +0200 Subject: [PATCH] 0.7 baby! --- Makefile.win32 | 2 +- Makefile.win64 | 2 +- qb/config.params.sh | 2 +- ssnes.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.win32 b/Makefile.win32 index c4a43d7dd8..589bf698a3 100644 --- a/Makefile.win32 +++ b/Makefile.win32 @@ -162,7 +162,7 @@ clean: rm -f tools/*.o dist: all - zip -r ssnes-win32-0.7beta1.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) + zip -r ssnes-win32-0.7.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/Makefile.win64 b/Makefile.win64 index 36a2d04a4c..111a8de38f 100644 --- a/Makefile.win64 +++ b/Makefile.win64 @@ -149,7 +149,7 @@ clean: rm -f tools/*.o dist: all - zip -r ssnes-win64-0.7beta1.zip $(TARGET) ssnes.cfg snes.dll xaudio-c.dll README.win32.txt $(JTARGET) + zip -r ssnes-win64-0.7.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 d66078edc6..58df074ac2 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.7beta1 +PACKAGE_VERSION=0.7 # Adds a command line opt to ./configure --help # $1: Variable (HAVE_ALSA, HAVE_OSS, etc) diff --git a/ssnes.c b/ssnes.c index 4d7a45924b..7ad5e8012b 100644 --- a/ssnes.c +++ b/ssnes.c @@ -356,7 +356,7 @@ static void fill_pathname_noext(char *out_path, const char *in_path, const char #endif #ifdef _WIN32 -#define PACKAGE_VERSION "0.7beta1" +#define PACKAGE_VERSION "0.7" #endif #include "config.features.h"