Skip to content

Commit d8de7b0

Browse files
committed
debian: update version to 113.0.29-1
We intend to release adstool packages for Debian Trixie. For our other tools, we are changing the version number to 13.*.* to enhance visibility. However, since we have already used git tags ranging from v1 to- v28.1 for this tool, seeing a version like v13.0.29 might be somewhat confusing. This is why we are adding an additional 100 to the version number. You might wonder why we chose to add 100 instead of 20. Well, just because! adstool (113.0.29-1) trixie; urgency=medium . * ci: build with Debian trixie(13) * standalone/AmsRouter::AddRoute(): preserve exception type Signed-off-by: Patrick Bruenn <p.bruenn@beckhoff.com>
1 parent 9da3ce3 commit d8de7b0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

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 << "0.0.28-1\n";
29+
std::cout << "113.0.29-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.29-1) trixie; urgency=medium
2+
3+
* ci: build with Debian trixie(13)
4+
* standalone/AmsRouter::AddRoute(): preserve exception type
5+
6+
-- Patrick Bruenn <p.bruenn@beckhoff.com> Wed, 28 May 2025 12:08:06 +0200
7+
18
adstool (0.0.28-1) bookworm; urgency=medium
29

310
* Drop CHANGES file, use debian/changelog instead

0 commit comments

Comments
 (0)