We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d5b97 commit b64332bCopy full SHA for b64332b
2 files changed
AdsTool/main.cpp
@@ -26,7 +26,7 @@
26
27
static int version()
28
{
29
- std::cout << "113.0.31-1\n";
+ std::cout << "113.0.32-1\n";
30
return 0;
31
}
32
debian/changelog
@@ -1,3 +1,9 @@
1
+adstool (113.0.32-1) trixie; urgency=medium
2
+
3
+ * RouterAccess: print PCI addresses as hex + 64bit
4
5
+ -- Patrick Bruenn <p.bruenn@beckhoff.com> Wed, 11 Feb 2026 10:11:24 +0000
6
7
adstool (113.0.31-1) trixie; urgency=medium
8
9
* RegistryAccess: unescape '\' and '"' in string values, too
0 commit comments