~ubuntu-branches/debian/wheezy/w3m/wheezy

« back to all changes in this revision

Viewing changes to .pc/010_upstream.patch/version.c.in

  • Committer: Bazaar Package Importer
  • Author(s): Tatsuya Kinoshita
  • Date: 2011-02-06 16:11:06 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110206161106-hxpc97lg3c6q51sn
Tags: 0.5.3-1
* New upstream release.
* debian/patches/010_upstream.patch: Sync with the upstream development
  snapshot on 2011-01-17, just a typo fix for ChangeLog.
* debian/patches/040_link_gcc45.patch: Patch from 0.5.2-10ubuntu1 to
  explicitly link w3mimgdisplay with -lX11 to build with gcc 4.5,
  provided by Martin Pitt. (closes: #605761)
* debian/patches/050_entity-h-clean.patch: Patch to remove entity.h when
  `make clean'.
* debian/copyright: Updated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: version.c.in,v 1.46 2007/05/31 12:17:05 inu Exp $ */
2
 
#define CURRENT_VERSION "w3m/0.5.2"
3
 
 
4
 
#ifndef FM_H
5
 
char *w3m_version = CURRENT_VERSION;
6
 
#endif                          /* not FM_H */