From a79a1b46f72f75719a1e06e3108b345d4d6ce276 Mon Sep 17 00:00:00 2001 From: Themaister Date: Tue, 18 Oct 2011 19:12:28 +0200 Subject: [PATCH] Updates for 0.9-rc4. --- Makefile.win | 4 ++-- qb/config.params.sh | 2 +- ssnes.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.win b/Makefile.win index 05db70577d..407562ae04 100644 --- a/Makefile.win +++ b/Makefile.win @@ -166,10 +166,10 @@ clean: rm -f tools/*.o dist_x86: all - zip -r ssnes-win32-0.9-rc3.zip $(TARGET) $(JTARGET) ssnes.cfg snes.dll SDL.dll + zip -r ssnes-win32-0.9-rc4.zip $(TARGET) $(JTARGET) ssnes.cfg snes.dll SDL.dll dist_x86_64: all - zip -r ssnes-win64-0.9-rc3.zip $(TARGET) $(JTARGET) ssnes.cfg snes.dll SDL.dll + zip -r ssnes-win64-0.9-rc4.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 4860cce882..36ca395a24 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.9-rc3 +PACKAGE_VERSION=0.9-rc4 # Adds a command line opt to ./configure --help # $1: Variable (HAVE_ALSA, HAVE_OSS, etc) diff --git a/ssnes.c b/ssnes.c index d327a87e89..9f31c656ea 100644 --- a/ssnes.c +++ b/ssnes.c @@ -355,7 +355,7 @@ static int16_t input_state(bool port, unsigned device, unsigned index, unsigned #endif #ifdef _WIN32 -#define PACKAGE_VERSION "0.9-rc3" +#define PACKAGE_VERSION "0.9-rc4" #endif #include "config.features.h"