~ubuntu-branches/ubuntu/karmic/libgsf/karmic

« back to all changes in this revision

Viewing changes to gsf/version.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-06-30 15:46:51 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060630154651-3wyy7y8c2zj7l5e0
Tags: 1.14.1-2ubuntu1
* Sync with Debian:
  Remaining Ubuntu Changes
  + Call intltool-update -p at build time to get a .pot file 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
int libgsf_major_version = 1;   /* The ABI version */
2
 
int libgsf_minor_version = 13;  /* The API version */
3
 
int libgsf_micro_version = 99;  /* bug fixes */
 
2
int libgsf_minor_version = 14;  /* The API version */
 
3
int libgsf_micro_version = 1;   /* bug fixes */