We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7707289 commit 0fc8cdaCopy full SHA for 0fc8cda
benchexec/__init__.py
@@ -34,7 +34,7 @@
34
Variables ending with "tag" contain references to XML tag objects created by the XML parser.
35
"""
36
37
-__version__ = "3.24-dev"
+__version__ = "3.24"
38
39
40
class BenchExecException(Exception): # noqa: N818 backwards compatibility
debian/changelog
@@ -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
7
benchexec (3.23-1) jammy; urgency=medium
8
9
* New upstream version.
0 commit comments