1
0
Fork 0

Happy new year

This commit is contained in:
wangqr 2020-05-07 13:26:25 -04:00
parent 3ec57295fd
commit 38a0e20edc
2 changed files with 6 additions and 6 deletions

View File

@ -31,8 +31,8 @@ addons:
- libpulse-dev
- autopoint
- libgtest-dev
- gcc-9
- g++-9
- gcc-10
- g++-10
homebrew:
packages:
- autoconf
@ -54,13 +54,13 @@ addons:
env:
- ''
- BUILD_SUIT=autotools
- CC=gcc-9 CXX=g++-9
- BUILD_SUIT=autotools CC=gcc-9 CXX=g++-9
- CC=gcc-10 CXX=g++-10
- BUILD_SUIT=autotools CC=gcc-10 CXX=g++-10
jobs:
include:
- os: osx
osx_image: xcode11.3
osx_image: xcode11.4
env: BUILD_SUIT=autotools
install:

View File

@ -49,7 +49,7 @@ void ShowAboutDialog(wxWindow *parent) {
// Generate about string
wxString aboutString = wxString("Aegisub ") + GetAegisubShortVersionString() + ".\n"
"Copyright (c) 2005-2019 Rodrigo Braz Monteiro, Niels Martin Hansen, Thomas Goyne et al.\n\n"
"Copyright (c) 2005-2020 Rodrigo Braz Monteiro, Niels Martin Hansen, Thomas Goyne et al.\n\n"
"Programmers:\n"
" Alysson Souza e Silva\n"
" Amar Takhar\n"