Skip to content

Commit 80f335a

Browse files
committed
Bump version to 1.53.1
1 parent 70d8664 commit 80f335a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

source/fltkui/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
# https://semver.org/
66
VERSION_MAJOR=1
77
VERSION_MINOR=53
8-
VERSION_PATCH=0
8+
VERSION_PATCH=1
99
#endif
1010

1111
#ifndef JG_VERSION
12-
#define JG_VERSION "1.53.0"
12+
#define JG_VERSION "1.53.1"
1313
#endif

source/win32/NstDialogAbout.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ namespace Nestopia
5656
ibool About::OnInitDialog(Param&)
5757
{
5858
dialog.SetItemIcon( IDC_ABOUT_ICON, Application::Instance::GetIconStyle() == Application::Instance::ICONSTYLE_NES ? IDI_APP : IDI_APP_J );
59-
dialog.Control( IDC_ABOUT_NAMEVERSION ).Text() << "Nestopia UE 1.53.0";
59+
dialog.Control( IDC_ABOUT_NAMEVERSION ).Text() << "Nestopia UE 1.53.1";
6060
return true;
6161
}
6262

source/win32/language/language.rc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -372,9 +372,9 @@ CAPTION "About Nestopia"
372372
FONT 8, "MS Shell Dlg", 400, 0, 1
373373
{
374374
GROUPBOX "", IDC_STATIC, 7, 7, 147, 141, 0, WS_EX_LEFT
375-
LTEXT "Nestopia UE 1.53.0", IDC_ABOUT_NAMEVERSION, 47, 14, 63, 9, SS_LEFT, WS_EX_LEFT
375+
LTEXT "Nestopia UE 1.53.1", IDC_ABOUT_NAMEVERSION, 47, 14, 63, 9, SS_LEFT, WS_EX_LEFT
376376
ICON "", IDC_ABOUT_ICON, 70, 36, 21, 20, SS_ICON, WS_EX_LEFT
377-
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
377+
CTEXT "Copyright � 2003-2008 Martin Freij\nCopyright � 2012-2025 R. Danbrook\nCopyright � 2020-2025 Rupert Carmichael", IDC_STATIC, 12, 69, 140, 28, SS_CENTER, WS_EX_LEFT
378378
LTEXT "Homepage", IDC_STATIC, 13, 124, 8, 1, SS_LEFT, WS_EX_LEFT
379379
CTEXT "0ldsk00l.ca/nestopia", IDC_ABOUT_URL, 46, 107, 67, 8, SS_CENTER | SS_NOTIFY, WS_EX_LEFT
380380
DEFPUSHBUTTON "OK", IDOK, 62, 125, 37, 13, 0, WS_EX_LEFT
@@ -1934,7 +1934,7 @@ VS_VERSION_INFO VERSIONINFO
19341934
VALUE "LegalCopyright", "Copyright � 2003-2008 Martin Freij"
19351935
VALUE "OriginalFilename", "English.nlg"
19361936
VALUE "ProductName", "Nestopia Language Plugin - English (US)"
1937-
VALUE "ProductVersion", "1.53.0"
1937+
VALUE "ProductVersion", "1.53.1"
19381938
}
19391939
}
19401940
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)