Skip to content

Commit a38263c

Browse files
committed
[Version Bump] 2.24.0
1 parent 9e9fa13 commit a38263c

File tree

35 files changed

+48
-48
lines changed

35 files changed

+48
-48
lines changed

.github/scripts/package_and_deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ddprof_deploy_folder=$1
66
commit_sha=$2
77
commit_author=$3
88

9-
current_profiler_version="2.24.0"
9+
current_profiler_version="2.24.1"
1010
profiler_version=v${current_profiler_version}_$(date -u +%G%m%d%H%M%S)
1111

1212
## Create master.index.txt file

profiler/src/ProfilerEngine/Datadog.Linux.ApiWrapper/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Project definition
33
# ******************************************************
44

5-
project("Datadog.Linux.ApiWrapper" VERSION 2.24.0)
5+
project("Datadog.Linux.ApiWrapper" VERSION 2.24.1)
66

77
# ******************************************************
88
# Compiler options

profiler/src/ProfilerEngine/Datadog.Profiler.Native.Linux/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Project definition
33
# ******************************************************
44

5-
project("Datadog.Profiler.Native.Linux" VERSION 2.24.0)
5+
project("Datadog.Profiler.Native.Linux" VERSION 2.24.1)
66

77
option(RUN_ASAN "Build with Clang Undefined-Behavior Sanitizer" OFF)
88
option(RUN_UBSAN "Build with Clang Undefined-Behavior Sanitizer" OFF)

profiler/src/ProfilerEngine/Datadog.Profiler.Native.Windows/Resource.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ END
6262

6363
// ------- version info -------------------------------------------------------
6464
VS_VERSION_INFO VERSIONINFO
65-
FILEVERSION 2,24,0,0
66-
PRODUCTVERSION 2,24,0,0
65+
FILEVERSION 2,24,1,0
66+
PRODUCTVERSION 2,24,1,0
6767
FILEFLAGSMASK VS_FF_PRERELEASE
6868
FILEOS VOS_NT
6969
FILETYPE VFT_DLL
@@ -74,12 +74,12 @@ BEGIN
7474
BEGIN
7575
VALUE "CompanyName", "Datadog"
7676
VALUE "FileDescription", "Continuous Profiler for .NET Applications"
77-
VALUE "FileVersion", "2.24.0.0"
77+
VALUE "FileVersion", "2.24.1.0"
7878
VALUE "InternalName", "Native Profiler Engine"
7979
VALUE "LegalCopyright", "(c) Datadog 2020-2022"
8080
VALUE "OriginalFilename", "Datadog.Profiler.Native.dll"
8181
VALUE "ProductName", "Continuous Profiler for .NET Applications"
82-
VALUE "ProductVersion", "2.24.0.0"
82+
VALUE "ProductVersion", "2.24.1.0"
8383
END
8484
END
8585
BLOCK "VarFileInfo"

profiler/src/ProfilerEngine/Datadog.Profiler.Native/dd_profiler_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
#pragma once
55

6-
constexpr auto PROFILER_VERSION = "2.24.0";
6+
constexpr auto PROFILER_VERSION = "2.24.1";

profiler/src/ProfilerEngine/ProductVersion.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<!-- * * * * * * * * * * * INPUTS. Update this section EVERY time the component is shipped/released! * * * * * * * * * * * -->
77
<PropertyGroup>
8-
<ProductVersion>2.24.0</ProductVersion>
8+
<ProductVersion>2.24.1</ProductVersion>
99
</PropertyGroup>
1010
<!-- * * * * * * * * * * * END OF INPUTS. * * * * * * * * * * * -->
1111

shared/src/Datadog.Trace.ClrProfiler.Native/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cmake_policy(SET CMP0015 NEW)
55
# Project definition
66
# ******************************************************
77

8-
project("Datadog.Trace.ClrProfiler.Native" VERSION 2.24.0)
8+
project("Datadog.Trace.ClrProfiler.Native" VERSION 2.24.1)
99

1010
# ******************************************************
1111
# Environment detection

shared/src/Datadog.Trace.ClrProfiler.Native/Resource.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ VS_VERSION_INFO VERSIONINFO
5757
#else
5858
FILEFLAGS 0x0L
5959
#endif
60-
FILEVERSION 2,24,0,0
61-
PRODUCTVERSION 2,24,0,0
60+
FILEVERSION 2,24,1,0
61+
PRODUCTVERSION 2,24,1,0
6262
FILEOS VOS_NT
6363
FILETYPE VFT_DLL
6464
BEGIN
@@ -68,12 +68,12 @@ BEGIN
6868
BEGIN
6969
VALUE "CompanyName", "Datadog"
7070
VALUE "FileDescription", "Native loader for Datadog .NET APM"
71-
VALUE "FileVersion", "2.24.0.0"
71+
VALUE "FileVersion", "2.24.1.0"
7272
VALUE "InternalName", "Native loader"
7373
VALUE "LegalCopyright", "(c) Datadog 2020-2022"
7474
VALUE "OriginalFilename", "Datadog.Trace.ClrProfiler.Native.dll"
7575
VALUE "ProductName", "Native loader for Datadog .NET APM"
76-
VALUE "ProductVersion", "2.24.0.0"
76+
VALUE "ProductVersion", "2.24.1.0"
7777
END
7878
END
7979
BLOCK "VarFileInfo"

shared/src/msi-installer/WindowsInstaller.wixproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<IntermediateOutputPath>obj\$(Configuration)\$(Platform)\</IntermediateOutputPath>
1818
<SuppressPdbOutput>True</SuppressPdbOutput>
1919
<DefineSolutionProperties>false</DefineSolutionProperties>
20-
<OutputName>datadog-dotnet-apm-2.24.0-$(Platform)</OutputName> <!-- -The regex recognizes this line -->
20+
<OutputName>datadog-dotnet-apm-2.24.1-$(Platform)</OutputName> <!-- -The regex recognizes this line -->
2121
<MonitoringHomeDirectory Condition="'$(MonitoringHomeDirectory)' == ''">$(MSBuildThisFileDirectory)..\..\bin\monitoring-home</MonitoringHomeDirectory>
22-
<DefineConstants>InstallerVersion=2.24.0;MonitoringHomeDirectory=$(MonitoringHomeDirectory);</DefineConstants>
22+
<DefineConstants>InstallerVersion=2.24.1;MonitoringHomeDirectory=$(MonitoringHomeDirectory);</DefineConstants>
2323
</PropertyGroup>
2424
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
2525
<DefineConstants>$(DefineConstants);Debug</DefineConstants>

tracer/build/_build/Build.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ partial class Build : NukeBuild
5454
readonly bool IsAlpine = false;
5555

5656
[Parameter("The current version of the source and build")]
57-
readonly string Version = "2.24.0";
57+
readonly string Version = "2.24.1";
5858

5959
[Parameter("Whether the current build version is a prerelease(for packaging purposes)")]
6060
readonly bool IsPrerelease = false;

0 commit comments

Comments
 (0)