From: Gleb Balykov Date: Wed, 15 Feb 2023 15:46:43 +0000 (+0300) Subject: Bump to 2.2.0-25 version X-Git-Tag: accepted/tizen/7.0/unified/20230220.064518^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3a39ea94f4aed8d0207bec9af91db2f9ae5a6159;p=sdk%2Ftools%2Fnetcoredbg.git Bump to 2.2.0-25 version --- diff --git a/packaging/netcoredbg.spec b/packaging/netcoredbg.spec index df14e6f..ee25bf6 100644 --- a/packaging/netcoredbg.spec +++ b/packaging/netcoredbg.spec @@ -1,7 +1,7 @@ Name: netcoredbg Summary: Managed code debugger for CoreCLR Version: 2.2.0 -Release: 21 +Release: 25 Group: Development/Toolchain License: MIT Source0: %{name}-%{version}.tar.gz diff --git a/src/version.h b/src/version.h index 7764f75..4665b13 100644 --- a/src/version.h +++ b/src/version.h @@ -3,4 +3,4 @@ // See the LICENSE file in the project root for more information. // WARNING: do not modify this file! Generated automatically. -static const char __VERSION[] = "2.2.0-21"; +static const char __VERSION[] = "2.2.0-25";