]> granicus.if.org Git - apache/blob - modules/md/md_version.h
45c1d2e0e24a54d3c14b0378dcc85461b49566db
[apache] / modules / md / md_version.h
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
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16
17 #ifndef mod_md_md_version_h
18 #define mod_md_md_version_h
19
20 #undef PACKAGE_VERSION
21 #undef PACKAGE_TARNAME
22 #undef PACKAGE_STRING
23 #undef PACKAGE_NAME
24 #undef PACKAGE_BUGREPORT
25
26 /**
27  * @macro
28  * Version number of the md module as c string
29  */
30 #define MOD_MD_VERSION "1.1.19-DEV"
31
32 /**
33  * @macro
34  * Numerical representation of the version number of the md module
35  * release. This is a 24 bit number with 8 bits for major number, 8 bits
36  * for minor and 8 bits for patch. Version 1.2.3 becomes 0x010203.
37  */
38 #define MOD_MD_VERSION_NUM 0x010113
39
40 #define MD_ACME_DEF_URL    "https://acme-v01.api.letsencrypt.org/directory"
41
42 #endif /* mod_md_md_version_h */