mirror of https://github.com/snes9xgit/snes9x.git
Update version number to 1.55.
This commit is contained in:
parent
76c2d05187
commit
4c2b41e6f2
|
@ -1,4 +1,4 @@
|
|||
AC_INIT([snes9x-gtk], 1.54.1)
|
||||
AC_INIT([snes9x-gtk], 1.55)
|
||||
|
||||
AC_CONFIG_MACRO_DIR([macros])
|
||||
|
||||
|
|
2
snes9x.h
2
snes9x.h
|
@ -192,7 +192,7 @@
|
|||
#define _SNES9X_H_
|
||||
|
||||
#ifndef VERSION
|
||||
#define VERSION "1.54.1"
|
||||
#define VERSION "1.55"
|
||||
#endif
|
||||
|
||||
#include "port.h"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
AC_PREREQ([2.60])
|
||||
AC_INIT([Snes9x], [1.54.1], [], [snes9x])
|
||||
AC_REVISION([$Revision: 1.54.1 $])
|
||||
AC_INIT([Snes9x], [1.55], [], [snes9x])
|
||||
AC_REVISION([$Revision: 1.55 $])
|
||||
|
||||
AC_CONFIG_SRCDIR([unix.cpp])
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ Files included in the Snes9x archive:
|
|||
changes.txt
|
||||
snes9x-license.txt
|
||||
|
||||
version 1.54.1 October, 2016
|
||||
version 1.55 May, 2017
|
||||
Home page: http://www.snes9x.com/
|
||||
|
||||
|
||||
|
|
|
@ -741,12 +741,12 @@ BEGIN
|
|||
BEGIN
|
||||
VALUE "CompanyName", "http://www.snes9x.com"
|
||||
VALUE "FileDescription", "Snes9X"
|
||||
VALUE "FileVersion", "1.54.1"
|
||||
VALUE "FileVersion", "1.55"
|
||||
VALUE "InternalName", "Snes9X"
|
||||
VALUE "LegalCopyright", "Copyright 1996-2016"
|
||||
VALUE "OriginalFilename", "Snes9X.exe"
|
||||
VALUE "ProductName", "Snes9X SNES Emulator"
|
||||
VALUE "ProductVersion", "1.54.1"
|
||||
VALUE "ProductVersion", "1.55"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
|
Loading…
Reference in New Issue