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

« back to all changes in this revision

Viewing changes to libxslt/xsltwin32config.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-06-14 11:17:38 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070614111738-l2mlb6wb6nxwt960
Tags: 1.1.21-1ubuntu1
* Merge from Debian; remaining changes:
  - Build a python-libxslt1-dbg package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 *
24
24
 * the version string like "1.2.3"
25
25
 */
26
 
#define LIBXSLT_DOTTED_VERSION "1.1.20"
 
26
#define LIBXSLT_DOTTED_VERSION "1.1.21"
27
27
 
28
28
/**
29
29
 * LIBXSLT_VERSION:
30
30
 *
31
31
 * the version number: 1.2.3 value is 1002003
32
32
 */
33
 
#define LIBXSLT_VERSION 10120
 
33
#define LIBXSLT_VERSION 10121
34
34
 
35
35
/**
36
36
 * LIBXSLT_VERSION_STRING:
37
37
 *
38
38
 * the version number string, 1.2.3 value is "1002003"
39
39
 */
40
 
#define LIBXSLT_VERSION_STRING "10120"
 
40
#define LIBXSLT_VERSION_STRING "10121"
41
41
 
42
42
/**
43
43
 * LIBXSLT_VERSION_EXTRA: