aboutsummaryrefslogtreecommitdiffstats
path: root/src/version.c
blob: e13290c8b07d13edb5e5159e612e7169d49d4334 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * version.c:
 *
 * Copyright (c) 2017 James McKenzie <foss@madingley.org>,
 * All rights reserved.
 *
 */

#include "version.h"

static char *
GetVersion (void)
{
  return VERSION;
}