Skip to content

Commit

Permalink
upd changelod and version check
Browse files Browse the repository at this point in the history
  • Loading branch information
joente committed Oct 26, 2023
1 parent bb3c0ad commit 2964b6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
libcleri (1.0.2-0~tt1) unstable; urgency=medium

* Fixed makefile to correct version.
* Do not hard-code GCC as compiler #24, @giordano

-- Jeroen van der Heijden <[email protected]> Thu, 26 Oct 2023 15:03:14 +0200

Expand Down
2 changes: 1 addition & 1 deletion test/test_version/test_version.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ static int test_version(void)
{
test_start("version");

_assert ( strcmp(cleri_version(), "1.0.1") == 0 );
_assert ( strcmp(cleri_version(), "1.0.2") == 0 );

return test_end();
}
Expand Down

0 comments on commit 2964b6c

Please sign in to comment.