~ubuntu-branches/debian/sid/apr/sid

« back to all changes in this revision

Viewing changes to include/apr_version.h

  • Committer: Package Import Robot
  • Author(s): Stefan Fritsch
  • Date: 2013-12-30 16:37:54 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20131230163754-mn1794cg19jswqqj
Tags: 1.5.0-1
* New upstream version
* Pull changes from upstream 1.5.x branch up to r1552863 to fix problems
  on the FreeBSD 10 kernel with accept4() and non-blocking sockets.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
 * Minor API changes that do not cause binary compatibility problems.
57
57
 * Reset to 0 when upgrading APR_MAJOR_VERSION
58
58
 */
59
 
#define APR_MINOR_VERSION       4
 
59
#define APR_MINOR_VERSION       5
60
60
 
61
61
/** patch level 
62
62
 * The Patch Level never includes API changes, simply bug fixes.
63
63
 * Reset to 0 when upgrading APR_MINOR_VERSION
64
64
 */
65
 
#define APR_PATCH_VERSION       8
 
65
#define APR_PATCH_VERSION       1
66
66
 
67
67
/** 
68
68
 * The symbol APR_IS_DEV_VERSION is only defined for internal,
69
69
 * "development" copies of APR.  It is undefined for released versions
70
70
 * of APR.
71
71
 */
72
 
/* #define APR_IS_DEV_VERSION */
 
72
#define APR_IS_DEV_VERSION
73
73
 
74
74
/**
75
75
 * Check at compile time if the APR version is at least a certain