~ubuntu-branches/ubuntu/hardy/libxslt/hardy-security

« back to all changes in this revision

Viewing changes to libxslt/xsltconfig.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-11-19 14:47:49 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20071119144749-w3hx9zj1dpcjwq07
Tags: 1.1.22-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Build a python-libxslt1-dbg package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 *
21
21
 * the version string like "1.2.3"
22
22
 */
23
 
#define LIBXSLT_DOTTED_VERSION "1.1.21"
 
23
#define LIBXSLT_DOTTED_VERSION "1.1.22"
24
24
 
25
25
/**
26
26
 * LIBXSLT_VERSION:
27
27
 *
28
28
 * the version number: 1.2.3 value is 10203
29
29
 */
30
 
#define LIBXSLT_VERSION 10121
 
30
#define LIBXSLT_VERSION 10122
31
31
 
32
32
/**
33
33
 * LIBXSLT_VERSION_STRING:
34
34
 *
35
35
 * the version number string, 1.2.3 value is "10203"
36
36
 */
37
 
#define LIBXSLT_VERSION_STRING "10121"
 
37
#define LIBXSLT_VERSION_STRING "10122"
38
38
 
39
39
/**
40
40
 * LIBXSLT_VERSION_EXTRA: