Update version number to 1.55.

This commit is contained in:
Brandon Wright 2017-05-06 18:02:01 -05:00
parent 76c2d05187
commit 4c2b41e6f2
5 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
AC_INIT([snes9x-gtk], 1.54.1)
AC_INIT([snes9x-gtk], 1.55)
AC_CONFIG_MACRO_DIR([macros])

View File

@ -192,7 +192,7 @@
#define _SNES9X_H_
#ifndef VERSION
#define VERSION "1.54.1"
#define VERSION "1.55"
#endif
#include "port.h"

View File

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

View File

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

View File

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