Skip to content

Commit

Permalink
debian: update version to 0.0.28-1
Browse files Browse the repository at this point in the history
adstool (0.0.28-1) bookworm; urgency=medium
.
  * Drop CHANGES file, use debian/changelog instead

Signed-off-by: Patrick Bruenn <[email protected]>
  • Loading branch information
pbruenn committed Dec 13, 2024
1 parent bcc474f commit 6efd256
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AdsTool/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

static int version()
{
std::cout << "0.0.27-1\n";
std::cout << "0.0.28-1\n";
return 0;
}

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
adstool (0.0.28-1) bookworm; urgency=medium

* Drop CHANGES file, use debian/changelog instead

-- Patrick Bruenn <[email protected]> Fri, 13 Dec 2024 07:48:56 +0100

adstool (0.0.27-1) bookworm; urgency=medium

* AdsTool: add license onlineinfo
Expand Down

0 comments on commit 6efd256

Please sign in to comment.