~ubuntu-branches/ubuntu/oneiric/evince/oneiric-updates

« back to all changes in this revision

Viewing changes to libdocument/ev-version.h

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2011-09-27 15:15:15 UTC
  • mfrom: (1.1.69 upstream)
  • Revision ID: package-import@ubuntu.com-20110927151515-bhjwti5yqq9ouvlm
Tags: 3.2.0-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
 * The minor version number of the EV library
42
42
 * (e.g. in version 3.1.4 this is 1).
43
43
 */
44
 
#define EV_MINOR_VERSION (1)
 
44
#define EV_MINOR_VERSION (2)
45
45
 
46
46
/**
47
47
 * EV_MICRO_VERSION:
49
49
 * The micro version number of the EV library
50
50
 * (e.g. in version 3.1.4 this is 4).
51
51
 */
52
 
#define EV_MICRO_VERSION (90)
 
52
#define EV_MICRO_VERSION (0)
53
53
 
54
54
/**
55
55
 * EV_CHECK_VERSION: