alt64/src/version.c

14 lines
269 B
C
Executable File

//
// Copyright (c) 2017 The Altra64 project contributors
// See LICENSE file in the project root for full license information.
//
#include "version.h"
#define ALTRA64_VERSION "0.2.0.3 beta"
const char* Altra64_GetVersionString(void)
{
return ALTRA64_VERSION;
}