You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
17 lines
470 B
C
Executable File
17 lines
470 B
C
Executable File
|
|
/*---------------------------------------------------------------------*
|
|
Copyright (C) 1998 Nintendo.
|
|
|
|
$RCSfile: os_version.h,v $
|
|
$Revision: 1.1.1.2 $
|
|
$Date: 2002/10/29 08:06:34 $
|
|
*---------------------------------------------------------------------*/
|
|
|
|
#ifndef _OS_VERSION_H_
|
|
#define _OS_VERSION_H_
|
|
|
|
#define OS_MAJOR_VERSION "2.0K" /* major version */
|
|
#define OS_MINOR_VERSION 0 /* patch level */
|
|
|
|
#endif /* !_OS_VERSION_H_ */
|