Bump version numbers for GTK+ port.

This commit is contained in:
Brandon Wright 2011-01-22 21:17:17 -06:00
parent 56fd187a3a
commit d5aae6da63
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
AC_INIT([snes9x-gtk], 1.52)
AC_INIT([snes9x-gtk], 1.53)
dnl Set CFLAGS, CXXFLAGS to something
dnl before doing AC_PROG_CC, AC_PROG_CXX to avoid default -g
CFLAGS="-Os -Wall -W -pedantic -Wno-unused-parameter -pipe $CFLAGS"

View File

@ -30,8 +30,8 @@
#define bind_textdomain_codeset(Domain,Codeset) (Codeset)
#endif /* ENABLE_NLS */
#define SNES9X_GTK_AUTHORS "(c) 2007 - 2010 Brandon Wright (bearoso@gmail.com)"
#define SNES9X_GTK_VERSION "81"
#define SNES9X_GTK_AUTHORS "(c) 2007 - 2011 Brandon Wright (bearoso@gmail.com)"
#define SNES9X_GTK_VERSION "82"
extern Snes9xWindow *top_level;
extern Snes9xConfig *gui_config;