发博文
anima

http://blog.chinaunix.net/space.php?uid=253473

<td width="600">I love GNU/Linux! <br><br> 乘风破浪会有时,直挂云帆济沧海。</td> <td width="850"> <img src="http://blog.chinaunix.net/photo/22178_070306230437.gif"> </td>   
个人资料
  • 博客访问:1655313
  • 博文数量:330
  • 博客积分:10010
  • 博客等级:上将
  • 注册时间:2006-07-25 17:35:21
文章分类
订阅我的博客
  • 订阅
  • 订阅到鲜果
  • 订阅到抓虾
  • 订阅到Google
字体大小: 博文
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_ */

前一篇:version.c
亲,您还没有登录,请[登录][注册]后再进行评论