File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed
api/include/opentelemetry
functional/configuration/shelltests
include/opentelemetry/sdk/version Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ if(CMAKE_VERSION VERSION_GREATER_EQUAL "3.20.0")
15
15
cmake_policy (SET CMP0117 NEW)
16
16
endif ()
17
17
18
- set (OPENTELEMETRY_VERSION_NUMBER "1.23 .0" )
19
- set (OPENTELEMETRY_VERSION_SUFFIX "" )
18
+ set (OPENTELEMETRY_VERSION_NUMBER "1.24 .0" )
19
+ set (OPENTELEMETRY_VERSION_SUFFIX "-dev " )
20
20
set (OPENTELEMETRY_VERSION
21
21
"${OPENTELEMETRY_VERSION_NUMBER}${OPENTELEMETRY_VERSION_SUFFIX} " )
22
22
Original file line number Diff line number Diff line change 3
3
4
4
module (
5
5
name = "opentelemetry-cpp" ,
6
- version = "1.23.0 " ,
6
+ version = "1.24.0-dev " ,
7
7
compatibility_level = 0 ,
8
8
repo_name = "io_opentelemetry_cpp" ,
9
9
)
Original file line number Diff line number Diff line change 10
10
# define OPENTELEMETRY_ABI_VERSION_NO 1
11
11
#endif
12
12
13
- #define OPENTELEMETRY_VERSION " 1.23.0 "
13
+ #define OPENTELEMETRY_VERSION " 1.24.0-dev "
14
14
#define OPENTELEMETRY_VERSION_MAJOR 1
15
- #define OPENTELEMETRY_VERSION_MINOR 23
15
+ #define OPENTELEMETRY_VERSION_MINOR 24
16
16
#define OPENTELEMETRY_VERSION_PATCH 0
17
17
18
18
#define OPENTELEMETRY_ABI_VERSION OPENTELEMETRY_STRINGIFY (OPENTELEMETRY_ABI_VERSION_NO)
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ SDK CREATED
19
19
severity_text : DEBUG
20
20
body : body
21
21
resource :
22
- telemetry.sdk.version: 1.23.0
22
+ telemetry.sdk.version: 1.24.0-dev
23
23
service.version: 1.0.0
24
24
double_array_key: [1.1,2.2]
25
25
double_key: 1.1
Original file line number Diff line number Diff line change 3
3
4
4
#pragma once
5
5
6
- #define OPENTELEMETRY_SDK_VERSION " 1.23.0 "
6
+ #define OPENTELEMETRY_SDK_VERSION " 1.24.0-dev "
7
7
8
8
#include " opentelemetry/version.h"
9
9
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ namespace sdk
12
12
namespace version
13
13
{
14
14
const int major_version = 1 ;
15
- const int minor_version = 23 ;
15
+ const int minor_version = 24 ;
16
16
const int patch_version = 0 ;
17
- const char *pre_release = " " ;
17
+ const char *pre_release = " dev " ;
18
18
const char *build_metadata = " none" ;
19
- const char *short_version = " 1.23 .0" ;
20
- const char *full_version = " 1.23.0 " ;
21
- const char *build_date = " Thu Sep 25 07:47:31 PM UTC 2025 " ;
19
+ const char *short_version = " 1.24 .0" ;
20
+ const char *full_version = " 1.24.0-dev " ;
21
+ const char *build_date = " MAIN BRANCH " ;
22
22
} // namespace version
23
23
} // namespace sdk
24
24
OPENTELEMETRY_END_NAMESPACE
Original file line number Diff line number Diff line change 21
21
github_url = " https://github.com/open-telemetry/opentelemetry-cpp"
22
22
23
23
[version ]
24
- current = " 1.23.0 "
24
+ current = " 1.24.0-dev "
25
25
26
26
# Example of a semver regexp.
27
27
# Make sure this matches current_version before
You can’t perform that action at this time.
0 commit comments