Updates for 0.9.2-rc1.

This commit is contained in:
Themaister 2011-11-18 12:17:25 +01:00
parent 3a9dbbc8b7
commit 69b7f92285
3 changed files with 4 additions and 4 deletions

View File

@ -172,10 +172,10 @@ clean:
rm -f tools/*.o
dist_x86: all
zip -r ssnes-win32-0.9.1.zip $(TARGET) $(JTARGET) ssnes.cfg snes.dll SDL.dll
zip -r ssnes-win32-0.9.2-rc1.zip $(TARGET) $(JTARGET) ssnes.cfg snes.dll SDL.dll
dist_x86_64: all
zip -r ssnes-win64-0.9.1.zip $(TARGET) $(JTARGET) ssnes.cfg snes.dll SDL.dll
zip -r ssnes-win64-0.9.2-rc1.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

View File

@ -1,7 +1,7 @@
. qb/qb.params.sh
PACKAGE_NAME=ssnes
PACKAGE_VERSION=0.9.1
PACKAGE_VERSION=0.9.2-rc1
# Adds a command line opt to ./configure --help
# $1: Variable (HAVE_ALSA, HAVE_OSS, etc)

View File

@ -390,7 +390,7 @@ static int16_t input_state(bool port, unsigned device, unsigned index, unsigned
#endif
#ifdef _WIN32
#define PACKAGE_VERSION "0.9.1"
#define PACKAGE_VERSION "0.9.2-rc1"
#endif
#include "config.features.h"