Annotation of win32/sql/mysql/include/mysql_version.h, revision 1.1.1.1

1.1       parser      1: /* Copyright Abandoned 1996,1999 TCX DataKonsult AB & Monty Program KB & Detron HB
                      2:    This file is public domain and comes with NO WARRANTY of any kind */
                      3: 
                      4: /* Version numbers for protocol & mysqld */
                      5: 
                      6: #ifdef _CUSTOMCONFIG_
                      7:        #include <custom_conf.h>
                      8: #else
                      9: #define PROTOCOL_VERSION               10
                     10: #define MYSQL_SERVER_VERSION           "3.23.13a-alpha"
                     11: #define FRM_VER                                6
                     12: #define MYSQL_VERSION_ID               32313
                     13: /* mysqld compile time options */
                     14: #ifndef MYSQL_CHARSET
                     15: #define MYSQL_CHARSET                  "latin1"
                     16: #endif
                     17: #endif

E-mail: