bump version and copyright-year of installer

This commit is contained in:
Christopher Roy Bratusek 2016-08-15 17:59:56 +02:00
parent 08dc3c37c1
commit ae055b4805
2 changed files with 3 additions and 3 deletions

View File

@ -36,15 +36,15 @@ void show_menu_head()
{
Con_FgColor(6, 1);
printf("\x1b[%i;%iH", startpos_x, startpos_y);
printf("HBF installer v0.4");
printf("HBF installer v0.5");
Con_FgColor(7, 1);
printf("\t\t\t\t\t(C) 2011");
printf("\t\t\t\t\t(C) 2011 ");
Con_FgColor(6, 1);
printf(" hamachi-mp");
Con_FgColor(7, 1);
printf("\n\t\t\t\t\t\t\t\t\t\t\t\t(C) 2012");
printf("\n\t\t\t\t\t\t\t\t\t\t\t\t(C) 2012, 2016");
Con_FgColor(6, 1);
printf(" Nano & Obcd");
}