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

char *
cutils_version()
{
	return VERSION;
}