We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb3c0ad commit 2964b6cCopy full SHA for 2964b6c
2 files changed
debian/changelog
@@ -1,6 +1,7 @@
1
libcleri (1.0.2-0~tt1) unstable; urgency=medium
2
3
* Fixed makefile to correct version.
4
+ * Do not hard-code GCC as compiler #24, @giordano
5
6
-- Jeroen van der Heijden <jeroen@cesbit.com> Thu, 26 Oct 2023 15:03:14 +0200
7
test/test_version/test_version.c
@@ -5,7 +5,7 @@ static int test_version(void)
{
test_start("version");
8
- _assert ( strcmp(cleri_version(), "1.0.1") == 0 );
+ _assert ( strcmp(cleri_version(), "1.0.2") == 0 );
9
10
return test_end();
11
}
0 commit comments