blob: d974764cb03552998a595dd9e1763eee853c89ce [file] [log] [blame]
#include <stdio.h>
#include "version.h"
void version(void)
{
printf("%s version %s\n", PROGRAM_NAME_LONG, VERSION);
}