~ubuntu-branches/ubuntu/lucid/w3m/lucid-proposed

« back to all changes in this revision

Viewing changes to version.c.in

  • Committer: Bazaar Package Importer
  • Author(s): Fumitoshi UKAI
  • Date: 2004-04-29 03:28:41 UTC
  • Revision ID: james.westby@ubuntu.com-20040429032841-uo4mu7a813aqrua8
Tags: upstream-0.5.1
ImportĀ upstreamĀ versionĀ 0.5.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* $Id: version.c.in,v 1.44 2004/04/28 18:19:25 ukai Exp $ */
 
2
#define CURRENT_VERSION "w3m/0.5.1"
 
3
 
 
4
#ifndef FM_H
 
5
char *w3m_version = CURRENT_VERSION;
 
6
#endif                          /* not FM_H */