ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/vendor/apache/apr-util/dist/include/apu_version.h
(Generate patch)

Comparing vendor/apache/apr-util/dist/include/apu_version.h (file contents):
Revision 9275 by laffer1, Mon Feb 20 03:08:33 2017 UTC vs.
Revision 9276 by laffer1, Mon Feb 20 03:10:27 2017 UTC

# Line 38 | Line 38
38   */
39  
40  
41 + #define APU_COPYRIGHT "Copyright (c) 2000-2014 The Apache Software " \
42 +                      "Foundation or its licensors, as applicable."
43 +
44   /* The numeric compile-time version constants. These constants are the
45   * authoritative version numbers for APU.
46   */
# Line 59 | Line 62
62   * The Patch Level never includes API changes, simply bug fixes.
63   * Reset to 0 when upgrading APR_MINOR_VERSION
64   */
65 < #define APU_PATCH_VERSION       2
65 > #define APU_PATCH_VERSION       4
66  
67   /**
68   * The symbol APU_IS_DEV_VERSION is only defined for internal,
# Line 71 | Line 74
74  
75   #if defined(APU_IS_DEV_VERSION) || defined(DOXYGEN)
76   /** Internal: string form of the "is dev" flag */
77 + #ifndef APU_IS_DEV_STRING
78   #define APU_IS_DEV_STRING "-dev"
79 + #endif
80   #else
81   #define APU_IS_DEV_STRING ""
82   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines