From: Alexander Soldatov Date: Mon, 29 Aug 2022 14:00:54 +0000 (+0300) Subject: Bump to 2.1.0-4 version X-Git-Tag: submit/tizen/20220829.140311^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_6.5;p=sdk%2Ftools%2Fnetcoredbg.git Bump to 2.1.0-4 version --- diff --git a/packaging/netcoredbg.spec b/packaging/netcoredbg.spec index 1900adc..1fb3572 100644 --- a/packaging/netcoredbg.spec +++ b/packaging/netcoredbg.spec @@ -1,7 +1,7 @@ Name: netcoredbg Summary: Managed code debugger for CoreCLR Version: 2.1.0 -Release: 1 +Release: 4 Group: Development/Toolchain License: MIT Source0: %{name}-%{version}.tar.gz diff --git a/src/version.h b/src/version.h index 2007eef..eaa85d2 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.1.0-1"; +static const char __VERSION[] = "2.1.0-4";