mirror of https://github.com/snes9xgit/snes9x.git
Fix Japanese translation issue. Bump to 1.54 in configure.ac.
This commit is contained in:
parent
006fc22ebb
commit
f1600baa5e
|
@ -1,4 +1,4 @@
|
||||||
AC_INIT([snes9x-gtk], 1.53)
|
AC_INIT([snes9x-gtk], 1.54)
|
||||||
|
|
||||||
if test -z "$CFLAGS"; then
|
if test -z "$CFLAGS"; then
|
||||||
CFLAGS="-Os -pipe"
|
CFLAGS="-Os -pipe"
|
||||||
|
|
|
@ -1790,10 +1790,10 @@ msgid ""
|
||||||
" (c) Copyright 1998 - 2006 Charles Bilyue'\n"
|
" (c) Copyright 1998 - 2006 Charles Bilyue'\n"
|
||||||
"\n"
|
"\n"
|
||||||
" Sound emulator code used in 1.52+\n"
|
" Sound emulator code used in 1.52+\n"
|
||||||
" (c) Copyright 2004 - 2007 Shay Green (gblargg@gmail.com)
|
" (c) Copyright 2004 - 2007 Shay Green (gblargg@gmail.com)\n"
|
||||||
|
"\n"
|
||||||
S-SMP emulator code used in 1.54+
|
" S-SMP emulator code used in 1.54+\n"
|
||||||
(c) Copyright 2016 byuu\n"
|
" (c) Copyright 2016 byuu\n"
|
||||||
"\n"
|
"\n"
|
||||||
" SH assembler code partly based on x86 assembler code\n"
|
" SH assembler code partly based on x86 assembler code\n"
|
||||||
" (c) Copyright 2002 - 2004 Marcus Comstedt (marcus@mc.pp.se)\n"
|
" (c) Copyright 2002 - 2004 Marcus Comstedt (marcus@mc.pp.se)\n"
|
||||||
|
|
Loading…
Reference in New Issue