13 lines
218 B
C++
13 lines
218 B
C++
#ifndef PPC_H
|
|
#define PPC_H 1
|
|
|
|
#include "lang/version.hh"
|
|
namespace ppc {
|
|
static const version_t VERSION(
|
|
PPC_VERSION_MAJOR,
|
|
PPC_VERSION_MINOR,
|
|
PPC_VERSION_BUILD
|
|
);
|
|
}
|
|
|
|
#endif |