Skip to content

Commit

Permalink
Release 3.25
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippWendler committed Sep 20, 2024
1 parent ccd0bc4 commit 15657cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion benchexec/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
Variables ending with "tag" contain references to XML tag objects created by the XML parser.
"""

__version__ = "3.25-dev"
__version__ = "3.25"


class BenchExecException(Exception): # noqa: N818 backwards compatibility
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
benchexec (3.25-1) jammy; urgency=medium

* New upstream version.

-- Philipp Wendler <[email protected]> Fri, 20 Sep 2024 14:02:24 +0200

benchexec (3.24-1) jammy; urgency=medium

* New upstream version.
Expand Down

0 comments on commit 15657cd

Please sign in to comment.