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

char *
utils_version()
{
	return VERSION;
}