Skip to content

Commit

Permalink
Bump version to 1.53.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rdanbrook committed Dec 24, 2024
1 parent 44017f7 commit eff178b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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++])

Expand Down
6 changes: 3 additions & 3 deletions source/fltkui/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion source/win32/NstDialogAbout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
4 changes: 2 additions & 2 deletions source/win32/language/language.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 0 additions & 2 deletions source/win32/language/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eff178b

Please sign in to comment.