From e502a8b566eff4a02ebe2b7b100dd0e6f09e7245 Mon Sep 17 00:00:00 2001 From: Themaister Date: Thu, 17 Mar 2011 22:28:44 +0100 Subject: [PATCH] Updates for 0.3.2 --- qb/config.params.sh | 2 +- ssnes.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qb/config.params.sh b/qb/config.params.sh index 957195a24f..fa01c718c8 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.3.1 +PACKAGE_VERSION=0.3.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 d4df0a7623..2d96b69be5 100644 --- a/ssnes.c +++ b/ssnes.c @@ -241,7 +241,7 @@ static void fill_pathname(char *out_path, char *in_path, const char *replace) #endif #ifdef _WIN32 -#define PACKAGE_VERSION "0.3.1" +#define PACKAGE_VERSION "0.3.2" #endif #include "config.features.h"