Updates for 0.3.2

This commit is contained in:
Themaister 2011-03-17 22:28:44 +01:00
parent ec51ceb010
commit e502a8b566
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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"