blob: eaa5c3e33e571f0ade9e56831deb9d571c7cfacc (
plain) (
blame)
1
2
3
4
5
6
|
/* $Id: version.c.in,v 1.38 2003/03/09 19:33:30 ukai Exp $ */
#define CURRENT_VERSION "w3m/0.4.1+cvs"
#ifndef FM_H
char *w3m_version = CURRENT_VERSION;
#endif /* not FM_H */
|