We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53e2ee6 commit 169e621Copy full SHA for 169e621
CMakeLists.txt
@@ -1,5 +1,5 @@
1
cmake_minimum_required (VERSION 3.1)
2
-project (edb LANGUAGES CXX VERSION 1.4.0)
+project (edb LANGUAGES CXX VERSION 1.5.0)
3
4
enable_testing()
5
pkg/fedora/edb.spec
Name: edb
-Version: 1.4.0
+Version: 1.5.0
Release: 2%{?dist}
Summary: A debugger based on the ptrace API and Qt
@@ -62,6 +62,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/%{name}.a
62
%{_mandir}/man1/%{name}.1*
63
64
%changelog
65
+* Sun March 22 2024 Evan Teran <evan.teran@gmail.com> - 1.5.0
66
+- Version bump
67
+
68
* Sun July 30 2023 Evan Teran <evan.teran@gmail.com> - 1.4.0
69
- Version bump
70
0 commit comments