Subversion Repositories RepoView

Rev

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

/* $Id: version.c 28 2024-08-21 17:37:09Z nishi $ */

#include "rv_version.h"

const char* rv_version = "1.01";

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