diff options
Diffstat (limited to 'libtransport/src/config.h.in')
-rw-r--r-- | libtransport/src/config.h.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libtransport/src/config.h.in b/libtransport/src/config.h.in index 73a326a84..231a370aa 100644 --- a/libtransport/src/config.h.in +++ b/libtransport/src/config.h.in @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2019 Cisco and/or its affiliates. + * Copyright (c) 2021 Cisco and/or its affiliates. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: @@ -19,13 +19,12 @@ #define HICNTRANSPORT_VERSION_MAJOR "@VERSION_MAJOR@" #define HICNTRANSPORT_VERSION_MINOR "@VERSION_MINOR@" -#define HICNTRANSPORT_VERSION_REVISION "@VERSION_REVISION@" +#define HICNTRANSPORT_VERSION_PATCH "@VERSION_PATCH@" #ifndef ASIO_STANDALONE #cmakedefine ASIO_STANDALONE #endif #define RAAQM_CONFIG_PATH "@raaqm_config_path@" -#define ENABLE_RELY @ENABLE_RELY@ #cmakedefine __vpp__ |