From 169b74b2fb074c0609fbf2e738ed77317605578a Mon Sep 17 00:00:00 2001 From: Rong Tao Date: Tue, 2 Apr 2024 10:24:18 +0800 Subject: [PATCH] Release v0.5.3 Signed-off-by: Rong Tao --- CMakeLists.txt | 2 +- ulpatch.spec | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 58a45697..5e302ed3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ PROJECT(ulpatch) # version number components. set(ULPATCH_VERSION_MAJOR 0) set(ULPATCH_VERSION_MINOR 5) -set(ULPATCH_VERSION_PATCH 2) +set(ULPATCH_VERSION_PATCH 3) execute_process( COMMAND git describe --abbrev=4 --dirty --tags diff --git a/ulpatch.spec b/ulpatch.spec index 69113004..62290dca 100644 --- a/ulpatch.spec +++ b/ulpatch.spec @@ -1,12 +1,12 @@ Name: ulpatch -Version: 0.5.2 +Version: 0.5.3 Release: 0%{?dist} Summary: Userspace Live Patch License: GPL-2.0 URL: https://github.com/Rtoax/ulpatch -Source0: ulpatch-v0.5.2.tar.gz +Source0: ulpatch-v%{version}.tar.gz BuildRequires: cmake BuildRequires: libunwind-devel @@ -53,6 +53,6 @@ popd %{_datadir}/ulpatch/ulpatch-hello.obj %changelog -* Tue Apr 02 2024 Rong Tao - 0.5.2-0 +* Tue Apr 02 2024 Rong Tao - 0.5.3-0 - Create this.