Skip to content

Commit 0fc8cda

Browse files
Release 3.24
1 parent 7707289 commit 0fc8cda

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

benchexec/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
Variables ending with "tag" contain references to XML tag objects created by the XML parser.
3535
"""
3636

37-
__version__ = "3.24-dev"
37+
__version__ = "3.24"
3838

3939

4040
class BenchExecException(Exception): # noqa: N818 backwards compatibility

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
benchexec (3.24-1) jammy; urgency=medium
2+
3+
* New upstream version.
4+
5+
-- Philipp Wendler <[email protected]> Mon, 29 Jul 2024 09:53:54 +0200
6+
17
benchexec (3.23-1) jammy; urgency=medium
28

39
* New upstream version.

0 commit comments

Comments
 (0)