Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
eteran committed Mar 22, 2024
1 parent 53e2ee6 commit 169e621
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 3.1)
project (edb LANGUAGES CXX VERSION 1.4.0)
project (edb LANGUAGES CXX VERSION 1.5.0)

enable_testing()

Expand Down
5 changes: 4 additions & 1 deletion pkg/fedora/edb.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: edb
Version: 1.4.0
Version: 1.5.0
Release: 2%{?dist}
Summary: A debugger based on the ptrace API and Qt

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

%changelog
* Sun March 22 2024 Evan Teran <[email protected]> - 1.5.0
- Version bump

* Sun July 30 2023 Evan Teran <[email protected]> - 1.4.0
- Version bump

Expand Down

0 comments on commit 169e621

Please sign in to comment.