/*
 * Version.c
 *
 * (c) Pittsburgh Supercomputing Center, Matthew B Mathis, 1988, 1990, 1992.
 * All rights reserved.   See COPYRIGHT.h for additional information.
 */

#include "version.h"

void printversion()
{
  printf("%s %s\n", SVERSION, VERSION);
}
