Skip to content

Commit 6efd256

Browse files
committed
debian: update version to 0.0.28-1
adstool (0.0.28-1) bookworm; urgency=medium . * Drop CHANGES file, use debian/changelog instead Signed-off-by: Patrick Bruenn <p.bruenn@beckhoff.com>
1 parent bcc474f commit 6efd256

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

AdsTool/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

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

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
adstool (0.0.28-1) bookworm; urgency=medium
2+
3+
* Drop CHANGES file, use debian/changelog instead
4+
5+
-- Patrick Bruenn <p.bruenn@beckhoff.com> Fri, 13 Dec 2024 07:48:56 +0100
6+
17
adstool (0.0.27-1) bookworm; urgency=medium
28

39
* AdsTool: add license onlineinfo

0 commit comments

Comments
 (0)