~ubuntu-branches/debian/squeeze/librsvg/squeeze

« back to all changes in this revision

Viewing changes to librsvg-features.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2006-07-03 14:23:54 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20060703142354-441ktpgxg90ehh50
Tags: 2.15.0-0ubuntu1
* Sync with Debian
* debian/control.in:
  - require libcairo 1.1.2
* debian/rules:
  - updated shlibs version
* debian/watch:
  - updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#define LIBRSVG_FEATURES_H 1
3
3
 
4
4
#define LIBRSVG_MAJOR_VERSION (2)
5
 
#define LIBRSVG_MINOR_VERSION (14)
6
 
#define LIBRSVG_MICRO_VERSION (4)
 
5
#define LIBRSVG_MINOR_VERSION (15)
 
6
#define LIBRSVG_MICRO_VERSION (0)
7
7
#define LIBRSVG_VERSION ""
8
8
 
9
9
extern const unsigned int librsvg_major_version, librsvg_minor_version, librsvg_micro_version;