Merge pull request #1131 from JoePfeiffer/update-version

Update version string to 22.xx.BETA, add Justin Hanney to developers list in About dialog
This commit is contained in:
SiboVG 2022-02-17 00:30:11 +01:00 committed by GitHub
commit 48eb4e7f4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# The OpenRocket build version # The OpenRocket build version
build.version=20.11.alpha.16 build.version=22.00.beta.01
# The copyright year for the build. Displayed in the about dialog. # The copyright year for the build. Displayed in the about dialog.
# Will show as Copyright 2013-${build.copyright} # Will show as Copyright 2013-${build.copyright}

View File

@ -43,7 +43,8 @@ public class AboutDialog extends JDialog {
"Daniel Williams (pod support, maintainer)<br>" + "Daniel Williams (pod support, maintainer)<br>" +
"Joe Pfeiffer (maintainer)<br>" + "Joe Pfeiffer (maintainer)<br>" +
"Billy Olsen (maintainer)<br>" + "Billy Olsen (maintainer)<br>" +
"Sibo Van Gool (maintainer)<br>" + "Sibo Van Gool (maintainer)<br>" +
"Justin Hanney (maintainer)<br>" +
"Neil Weinstock (tester, icons, forum support)<br>" + "Neil Weinstock (tester, icons, forum support)<br>" +
"H. Craig Miller (tester)<br><br>" + "H. Craig Miller (tester)<br><br>" +
"<b>Translations by:</b><br><br>" + "<b>Translations by:</b><br><br>" +