blob: 5b3615d54c857163ce0e74e9e3d4de41216e701b (
plain) (
blame)
1
2
3
4
5
6
|
/* $Id: version.c.in,v 1.47 2007/06/04 13:21:10 inu Exp $ */
#define CURRENT_VERSION "w3m/0.5.2+cvs"
#ifndef FM_H
char *w3m_version = CURRENT_VERSION;
#endif /* not FM_H */
|