1
0
mirror of https://github.com/UzixLS/KernelEx.git synced 2025-07-19 07:21:20 +03:00

import KernelEx-4.0-Final2

This commit is contained in:
UzixLS
2018-11-03 16:20:27 +03:00
parent 30df122aba
commit d6aad6c6c5
43 changed files with 624 additions and 256 deletions

View File

@ -22,9 +22,9 @@
#ifndef __VERSION_H
#define __VERSION_H
#define VERSION_STR "4.0 Final"
#define VERSION_CODE 0x04000064
#define RCVERSION 4, 0, 10, 0
#define _RCVERSION_ "4, 0, 10, 0"
#define VERSION_STR "4.0 Final 2"
#define VERSION_CODE 0x04000066
#define RCVERSION 4, 0, 10, 2
#define _RCVERSION_ "4, 0, 10, 2"
#endif