~ubuntu-branches/ubuntu/wily/libxml2/wily-proposed

« back to all changes in this revision

Viewing changes to include/libxml/xmlversion.h

  • Committer: Package Import Robot
  • Author(s): Aron Xu
  • Date: 2014-10-26 07:04:50 UTC
  • mfrom: (43.2.7 sid)
  • Revision ID: package-import@ubuntu.com-20141026070450-rmcqvcqn8peeuebs
Tags: 2.9.2+dfsg1-1
* New upstream release (Closes: #765722, CVE-2014-3660)
* Remove no-longer-needed upstream patches
* Update distro patch
* Std-ver: 3.9.5 -> 3.9.6, no change.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 *
30
30
 * the version string like "1.2.3"
31
31
 */
32
 
#define LIBXML_DOTTED_VERSION "2.9.1"
 
32
#define LIBXML_DOTTED_VERSION "2.9.2"
33
33
 
34
34
/**
35
35
 * LIBXML_VERSION:
36
36
 *
37
37
 * the version number: 1.2.3 value is 10203
38
38
 */
39
 
#define LIBXML_VERSION 20901
 
39
#define LIBXML_VERSION 20902
40
40
 
41
41
/**
42
42
 * LIBXML_VERSION_STRING:
43
43
 *
44
44
 * the version number string, 1.2.3 value is "10203"
45
45
 */
46
 
#define LIBXML_VERSION_STRING "20901"
 
46
#define LIBXML_VERSION_STRING "20902"
47
47
 
48
48
/**
49
49
 * LIBXML_VERSION_EXTRA:
50
50
 *
51
51
 * extra version information, used to show a CVS compilation
52
52
 */
53
 
#define LIBXML_VERSION_EXTRA "-GITv2.9.0-69-gc0a8dd1"
 
53
#define LIBXML_VERSION_EXTRA "-GITv2.9.2-rc2-10-gbe2a7ed"
54
54
 
55
55
/**
56
56
 * LIBXML_TEST_VERSION:
58
58
 * Macro to check that the libxml version in use is compatible with
59
59
 * the version the software has been compiled against
60
60
 */
61
 
#define LIBXML_TEST_VERSION xmlCheckVersion(20901);
 
61
#define LIBXML_TEST_VERSION xmlCheckVersion(20902);
62
62
 
63
63
#ifndef VMS
64
64
#if 0