Skip to content

Commit 609379e

Browse files
committed
debian: update version to 113.0.31-1
adstool (113.0.31-1) trixie; urgency=medium . * RegistryAccess: unescape '\' and '"' in string values, too * adstool: document license onlineinfo command Signed-off-by: Patrick Bruenn <p.bruenn@beckhoff.com>
1 parent 69119f3 commit 609379e

2 files changed

Lines changed: 8 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.30-1\n";
29+
std::cout << "113.0.31-1\n";
3030
return 0;
3131
}
3232

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
adstool (113.0.31-1) trixie; urgency=medium
2+
3+
* RegistryAccess: unescape '\' and '"' in string values, too
4+
* adstool: document license onlineinfo command
5+
6+
-- Patrick Bruenn <p.bruenn@beckhoff.com> Sat, 07 Feb 2026 09:09:12 +0000
7+
18
adstool (113.0.30-1) trixie; urgency=medium
29

310
* AmsResponse: fix deadlock in AmsResponse::Wait()

0 commit comments

Comments
 (0)