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 1 2024-08-20 19:18:25Z nishi $ */

#include "rv_version.h"

const char* rv_version = "1.00";

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