version.h
(2007-11-21 10:43)
分类: mysql_query
/*
* version.h
*
* Written by Lai Weiguo, 2007.
*
* Version information.
*/
#ifndef _VERSION_H_
#define _VERSION_H_
#define NAME_INSIDE "mysql-query" /* the program name inside */
#define VERSION "v1.0.2" /* the version number */
#define VERSION_DATE "Fri Nov 16 2007" /* last compile date */
#define AUTHOR "Lai Weiguo"
extern void version_about(char **argv);
#endif /* _VERSION_H_ */


