aboutsummaryrefslogtreecommitdiff
path: root/src/version.c
blob: 8e39311506da8dddc52b1e85581b36ea31df2375 (plain)
1
2
3
4
5
6
7
/* See LICENSE file for copyright and license details. */

char *
cutils_version()
{
	return LIBVER;
}