~ubuntu-branches/ubuntu/quantal/poppler/quantal-proposed

« back to all changes in this revision

Viewing changes to cpp/poppler-version.h

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-01-16 19:03:32 UTC
  • mfrom: (1.7.2)
  • Revision ID: package-import@ubuntu.com-20120116190332-ffxz23fiqqu4g3nc
Tags: 0.18.3-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
#include "poppler-global.h"
23
23
 
24
 
#define POPPLER_VERSION "0.18.2"
 
24
#define POPPLER_VERSION "0.18.3"
25
25
#define POPPLER_VERSION_MAJOR 0
26
26
#define POPPLER_VERSION_MINOR 18
27
 
#define POPPLER_VERSION_MICRO 2
 
27
#define POPPLER_VERSION_MICRO 3
28
28
 
29
29
namespace poppler
30
30
{