Deleted Added
full compact
apu_version.h (262253) apu_version.h (289166)
1/* Licensed to the Apache Software Foundation (ASF) under one or more
2 * contributor license agreements. See the NOTICE file distributed with
3 * this work for additional information regarding copyright ownership.
4 * The ASF licenses this file to You under the Apache License, Version 2.0
5 * (the "License"); you may not use this file except in compliance with
6 * the License. You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0

--- 24 unchanged lines hidden (view full) ---

33 * constants and the use of the run-time query function.
34 *
35 * APU version numbering follows the guidelines specified in:
36 *
37 * http://apr.apache.org/versioning.html
38 */
39
40
1/* Licensed to the Apache Software Foundation (ASF) under one or more
2 * contributor license agreements. See the NOTICE file distributed with
3 * this work for additional information regarding copyright ownership.
4 * The ASF licenses this file to You under the Apache License, Version 2.0
5 * (the "License"); you may not use this file except in compliance with
6 * the License. You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0

--- 24 unchanged lines hidden (view full) ---

33 * constants and the use of the run-time query function.
34 *
35 * APU version numbering follows the guidelines specified in:
36 *
37 * http://apr.apache.org/versioning.html
38 */
39
40
41#define APU_COPYRIGHT "Copyright (c) 2013 The Apache Software " \
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 */
47
48/** major version
49 * Major API changes that could cause compatibility problems for older

--- 7 unchanged lines hidden (view full) ---

57 * Reset to 0 when upgrading APU_MAJOR_VERSION
58 */
59#define APU_MINOR_VERSION 5
60
61/** patch level
62 * The Patch Level never includes API changes, simply bug fixes.
63 * Reset to 0 when upgrading APR_MINOR_VERSION
64 */
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 */
47
48/** major version
49 * Major API changes that could cause compatibility problems for older

--- 7 unchanged lines hidden (view full) ---

57 * Reset to 0 when upgrading APU_MAJOR_VERSION
58 */
59#define APU_MINOR_VERSION 5
60
61/** patch level
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 3
65#define APU_PATCH_VERSION 4
66
67/**
68 * The symbol APU_IS_DEV_VERSION is only defined for internal,
69 * "development" copies of APU. It is undefined for released versions
70 * of APU.
71 */
72/* #define APU_IS_DEV_VERSION */
73

--- 66 unchanged lines hidden ---
66
67/**
68 * The symbol APU_IS_DEV_VERSION is only defined for internal,
69 * "development" copies of APU. It is undefined for released versions
70 * of APU.
71 */
72/* #define APU_IS_DEV_VERSION */
73

--- 66 unchanged lines hidden ---