Skip to content

Commit b64332b

Browse files
committed
debian: update version to 113.0.32-1
adstool (113.0.32-1) trixie; urgency=medium . * RouterAccess: print PCI addresses as hex + 64bit Signed-off-by: Patrick Bruenn <p.bruenn@beckhoff.com>
1 parent 49d5b97 commit b64332b

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

AdsTool/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
static int version()
2828
{
29-
std::cout << "113.0.31-1\n";
29+
std::cout << "113.0.32-1\n";
3030
return 0;
3131
}
3232

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
adstool (113.0.31-1) trixie; urgency=medium
28

39
* RegistryAccess: unescape '\' and '"' in string values, too

0 commit comments

Comments
 (0)