~ubuntu-branches/ubuntu/trusty/vips/trusty

« back to all changes in this revision

Viewing changes to libvips/include/vips/version.h

  • Committer: Package Import Robot
  • Author(s): Jay Berkenbilt
  • Date: 2014-03-29 12:29:29 UTC
  • mfrom: (1.1.21) (30.1.16 sid)
  • Revision ID: package-import@ubuntu.com-20140329122929-fvxnaann32ex0gzk
Tags: 7.38.5-2
Enable dh-autoreconf. (Closes: #742872)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#ifndef VIPS_VERSION_H
5
5
#define VIPS_VERSION_H
6
6
 
7
 
#define VIPS_VERSION            "7.36.5"
8
 
#define VIPS_VERSION_STRING     "7.36.5-Thu Dec 19 10:23:03 GMT 2013"
 
7
#define VIPS_VERSION            "7.38.5"
 
8
#define VIPS_VERSION_STRING     "7.38.5-Tue Feb 25 16:50:39 GMT 2014"
9
9
#define VIPS_MAJOR_VERSION      (7)
10
 
#define VIPS_MINOR_VERSION      (36)
 
10
#define VIPS_MINOR_VERSION      (38)
11
11
#define VIPS_MICRO_VERSION      (5)
12
12
 
13
13
/* Not really anything to do with versions, but this is a handy place to put