Skip to content

Commit 169e621

Browse files
committed
version bump
1 parent 53e2ee6 commit 169e621

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required (VERSION 3.1)
2-
project (edb LANGUAGES CXX VERSION 1.4.0)
2+
project (edb LANGUAGES CXX VERSION 1.5.0)
33

44
enable_testing()
55

pkg/fedora/edb.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: edb
2-
Version: 1.4.0
2+
Version: 1.5.0
33
Release: 2%{?dist}
44
Summary: A debugger based on the ptrace API and Qt
55

@@ -62,6 +62,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/%{name}.a
6262
%{_mandir}/man1/%{name}.1*
6363

6464
%changelog
65+
* Sun March 22 2024 Evan Teran <evan.teran@gmail.com> - 1.5.0
66+
- Version bump
67+
6568
* Sun July 30 2023 Evan Teran <evan.teran@gmail.com> - 1.4.0
6669
- Version bump
6770

0 commit comments

Comments
 (0)