Bump version numbers for GTK+ port.
This commit is contained in:
parent
56fd187a3a
commit
d5aae6da63
@ -1,4 +1,4 @@
|
|||||||
AC_INIT([snes9x-gtk], 1.52)
|
AC_INIT([snes9x-gtk], 1.53)
|
||||||
dnl Set CFLAGS, CXXFLAGS to something
|
dnl Set CFLAGS, CXXFLAGS to something
|
||||||
dnl before doing AC_PROG_CC, AC_PROG_CXX to avoid default -g
|
dnl before doing AC_PROG_CC, AC_PROG_CXX to avoid default -g
|
||||||
CFLAGS="-Os -Wall -W -pedantic -Wno-unused-parameter -pipe $CFLAGS"
|
CFLAGS="-Os -Wall -W -pedantic -Wno-unused-parameter -pipe $CFLAGS"
|
||||||
|
@ -30,8 +30,8 @@
|
|||||||
#define bind_textdomain_codeset(Domain,Codeset) (Codeset)
|
#define bind_textdomain_codeset(Domain,Codeset) (Codeset)
|
||||||
#endif /* ENABLE_NLS */
|
#endif /* ENABLE_NLS */
|
||||||
|
|
||||||
#define SNES9X_GTK_AUTHORS "(c) 2007 - 2010 Brandon Wright (bearoso@gmail.com)"
|
#define SNES9X_GTK_AUTHORS "(c) 2007 - 2011 Brandon Wright (bearoso@gmail.com)"
|
||||||
#define SNES9X_GTK_VERSION "81"
|
#define SNES9X_GTK_VERSION "82"
|
||||||
|
|
||||||
extern Snes9xWindow *top_level;
|
extern Snes9xWindow *top_level;
|
||||||
extern Snes9xConfig *gui_config;
|
extern Snes9xConfig *gui_config;
|
||||||
|
Loading…
Reference in New Issue
Block a user