Bump version to 1.53.0

This commit is contained in:
rdanbrook 2024-12-23 19:01:10 -06:00
parent 44017f7f17
commit eff178ba19
5 changed files with 7 additions and 9 deletions

View file

@ -2,7 +2,7 @@ dnl Initialise Autoconf
AC_PREREQ([2.69])
AC_INIT(
[nestopia],
[1.52.1])
[1.53.0])
AC_CONFIG_SRCDIR([source])
AC_LANG([C++])

View file

@ -4,10 +4,10 @@
# https://semver.org/
VERSION_MAJOR=1
VERSION_MINOR=52
VERSION_PATCH=1
VERSION_MINOR=53
VERSION_PATCH=0
#endif
#ifndef JG_VERSION
#define JG_VERSION "1.52.1"
#define JG_VERSION "1.53.0"
#endif

View file

@ -56,7 +56,7 @@ namespace Nestopia
ibool About::OnInitDialog(Param&)
{
dialog.SetItemIcon( IDC_ABOUT_ICON, Application::Instance::GetIconStyle() == Application::Instance::ICONSTYLE_NES ? IDI_APP : IDI_APP_J );
dialog.Control( IDC_ABOUT_NAMEVERSION ).Text() << "Nestopia UE 1.52.1";
dialog.Control( IDC_ABOUT_NAMEVERSION ).Text() << "Nestopia UE 1.53.0";
return true;
}

View file

@ -372,7 +372,7 @@ CAPTION "About Nestopia"
FONT 8, "MS Shell Dlg", 400, 0, 1
{
GROUPBOX "", IDC_STATIC, 7, 7, 147, 141, 0, WS_EX_LEFT
LTEXT "Nestopia UE 1.52.1", IDC_ABOUT_NAMEVERSION, 47, 14, 63, 9, SS_LEFT, WS_EX_LEFT
LTEXT "Nestopia UE 1.53.0", IDC_ABOUT_NAMEVERSION, 47, 14, 63, 9, SS_LEFT, WS_EX_LEFT
ICON "", IDC_ABOUT_ICON, 70, 36, 21, 20, SS_ICON, WS_EX_LEFT
CTEXT "Copyright © 2003-2008 Martin Freij\nCopyright © 2012-2024 R. Danbrook\nCopyright © 2020-2024 Rupert Carmichael", IDC_STATIC, 12, 69, 139, 25, SS_CENTER, WS_EX_LEFT
LTEXT "Homepage", IDC_STATIC, 13, 124, 8, 1, SS_LEFT, WS_EX_LEFT
@ -1932,7 +1932,7 @@ VS_VERSION_INFO VERSIONINFO
VALUE "LegalCopyright", "Copyright © 2003-2008 Martin Freij"
VALUE "OriginalFilename", "English.nlg"
VALUE "ProductName", "Nestopia Language Plugin - English (US)"
VALUE "ProductVersion", "1.52.1"
VALUE "ProductVersion", "1.53.0"
}
}
BLOCK "VarFileInfo"

View file

@ -249,8 +249,6 @@
#define IDM_LAUNCHER_OPTIONS_COLORS 1015
#define IDC_SOUND_DEVICE 2001
#define IDC_SOUND_SAMPLE_RATE 2002
#define IDC_SOUND_8_BIT 2003
#define IDC_SOUND_16_BIT 2004
#define IDC_SOUND_LATENCY 2005
#define IDC_SOUND_LATENCY_ONE 2006
#define IDC_SOUND_LATENCY_TEN 2007