diff --git a/src/tuxpaint.c b/src/tuxpaint.c index 09d5a9392..cbaed91ef 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -7387,7 +7387,7 @@ static void setup(int argc, char *argv[]) printf("%s\n", tmp_str); #endif - snprintf(tmp_str, sizeof(tmp_str), "© 2002–2008 Bill Kendrick et al."); + snprintf(tmp_str, sizeof(tmp_str), "© 2002–2009 Bill Kendrick et al."); tmp_surf = render_text(medium_font, tmp_str, black); dest.x = 10; dest.y = WINDOW_HEIGHT - img_progress->h - (tmp_surf->h * 2);