Subversion Repositories RepoView

Rev

Rev 1 | Rev 28 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

/* $Id: version.c 3 2024-08-20 21:05:24Z nishi $ */

#include "rv_version.h"

const char* rv_version = "1.00";

const char* rv_get_version(void) { return rv_version; }