diff options
Diffstat (limited to 'include/mysql_version.h.in')
-rw-r--r-- | include/mysql_version.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mysql_version.h.in b/include/mysql_version.h.in index 8a4bff7a284..44fd00f806a 100644 --- a/include/mysql_version.h.in +++ b/include/mysql_version.h.in @@ -1,10 +1,10 @@ -/* Copyright Abandoned 1996,1999 TCX DataKonsult AB & Monty Program KB & Detron HB +/* Copyright Abandoned 1996, 1999, 2001 MySQL AB This file is public domain and comes with NO WARRANTY of any kind */ /* Version numbers for protocol & mysqld */ #ifdef _CUSTOMCONFIG_ - #include <custom_conf.h> +#include <custom_conf.h> #else #define PROTOCOL_VERSION @PROTOCOL_VERSION@ #define MYSQL_SERVER_VERSION "@VERSION@" |