Skip to content

Commit afde54a

Browse files
jasonpcarrollczjaso
andauthored
Remove version numbers from source files. (#195)
Co-authored-by: czjaso <czjaso@amazon.com>
1 parent 9710777 commit afde54a

39 files changed

Lines changed: 49 additions & 39 deletions

File tree

source/core_http_client.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* coreHTTP v3.1.1
2+
* coreHTTP
33
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

source/include/core_http_client.h

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* coreHTTP v3.1.1
2+
* coreHTTP
33
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT
@@ -39,6 +39,16 @@
3939
#endif
4040
/* *INDENT-ON* */
4141

42+
/**
43+
* @cond DOXYGEN_IGNORE
44+
* The current version of this library.
45+
*
46+
* If HTTP_LIBRARY_VERSION ends with + it represents the version in development
47+
* after the numbered release.
48+
*/
49+
#define HTTP_LIBRARY_VERSION "v3.1.1+"
50+
/** @endcond */
51+
4252
/* HTTP_DO_NOT_USE_CUSTOM_CONFIG allows building the HTTP Client library
4353
* without a config file. If a config file is provided, the
4454
* HTTP_DO_NOT_USE_CUSTOM_CONFIG macro must not be defined.

source/include/core_http_client_private.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* coreHTTP v3.1.1
2+
* coreHTTP
33
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

source/include/core_http_config_defaults.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* coreHTTP v3.1.1
2+
* coreHTTP
33
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

source/interface/transport_interface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* coreHTTP v3.1.1
2+
* coreHTTP
33
* Copyright (C) 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

test/cbmc/include/callback_stubs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* coreHTTP v3.1.1
2+
* coreHTTP
33
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

test/cbmc/include/core_http_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* coreHTTP v3.1.1
2+
* coreHTTP
33
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

test/cbmc/include/get_time_stub.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* coreHTTP v3.1.1
2+
* coreHTTP
33
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

test/cbmc/include/http_cbmc_state.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* coreHTTP v3.1.1
2+
* coreHTTP
33
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

test/cbmc/include/transport_interface_stubs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* coreHTTP v3.1.1
2+
* coreHTTP
33
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

0 commit comments

Comments
 (0)