Skip to content

Commit

Permalink
Bumped year in mariadb_config
Browse files Browse the repository at this point in the history
  • Loading branch information
9EOR9 committed Sep 3, 2020
1 parent 7decbb8 commit abe3b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mariadb_config/mariadb_config.c.in
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ static const char *values[]=
void usage(void)
{
int i=0;
puts("Copyright 2011-2019 MariaDB Corporation AB");
puts("Copyright 2011-2020 MariaDB Corporation AB");
puts("Get compiler flags for using the MariaDB Connector/C.");
printf("Usage: %s [OPTIONS]\n", mariadb_progname);
while (long_options[i].name)
Expand Down

0 comments on commit abe3b1d

Please sign in to comment.