blob: 83991af63606721091c1d1e96a2e3b7a71718863 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* -------------------------------------------
Copyright Zeta Electronics Corporation
------------------------------------------- */
#pragma once
#include <NewKit/Defines.hpp>
#define KERNELKIT_VERSION "1.01"
#define KERNELKIT_RELEASE "Cairo"
|