ppc-lang/include/ppc.hh
2022-09-19 10:34:19 +03:00

10 lines
226 B
C++

#ifndef PPC_H
#define PPC_H 1
#include "compiler.h"
static const int VERSION_MAJOR = PPC_VERSION_MAJOR;
static const int VERSION_MINOR = PPC_VERSION_MINOR;
static const int VERSION_BUILD = PPC_VERSION_BUILD;
#endif