Version display update.

This commit is contained in:
sorgelig
2019-03-23 00:43:39 +08:00
parent 00a75bd80b
commit 20b67f2e44
2 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "fpga_io.h"
#include "scheduler.h"
const char *version = "$VER:HPS" VDATE;
const char *version = "$VER:" VDATE;
int main(int argc, char *argv[])
{