Skip to content

Commit

Permalink
Release v0.5.3
Browse files Browse the repository at this point in the history
Signed-off-by: Rong Tao <[email protected]>
  • Loading branch information
Rtoax committed Apr 2, 2024
1 parent e116a1e commit 169b74b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions ulpatch.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -53,6 +53,6 @@ popd
%{_datadir}/ulpatch/ulpatch-hello.obj

%changelog
* Tue Apr 02 2024 Rong Tao <[email protected]> - 0.5.2-0
* Tue Apr 02 2024 Rong Tao <[email protected]> - 0.5.3-0
- Create this.

0 comments on commit 169b74b

Please sign in to comment.