Skip to content

Commit 2964b6c

Browse files
committed
upd changelod and version check
1 parent bb3c0ad commit 2964b6c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

debian/changelog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
libcleri (1.0.2-0~tt1) unstable; urgency=medium
22

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

56
-- Jeroen van der Heijden <jeroen@cesbit.com> Thu, 26 Oct 2023 15:03:14 +0200
67

test/test_version/test_version.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ static int test_version(void)
55
{
66
test_start("version");
77

8-
_assert ( strcmp(cleri_version(), "1.0.1") == 0 );
8+
_assert ( strcmp(cleri_version(), "1.0.2") == 0 );
99

1010
return test_end();
1111
}

0 commit comments

Comments
 (0)