mirror of
https://github.com/UzixLS/KernelEx.git
synced 2025-07-19 07:21:20 +03:00
import KernelEx-4.5-Beta1
This commit is contained in:
10
common/version.h
Normal file → Executable file
10
common/version.h
Normal file → Executable file
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* KernelEx
|
||||
* Copyright (C) 2009, Xeno86
|
||||
* Copyright (C) 2009-2010, Xeno86
|
||||
*
|
||||
* This file is part of KernelEx source code.
|
||||
*
|
||||
@ -22,9 +22,9 @@
|
||||
#ifndef __VERSION_H
|
||||
#define __VERSION_H
|
||||
|
||||
#define VERSION_STR "4.0 Final 2"
|
||||
#define VERSION_CODE 0x04000066
|
||||
#define RCVERSION 4, 0, 10, 2
|
||||
#define _RCVERSION_ "4, 0, 10, 2"
|
||||
#define VERSION_STR "4.5 Beta 1"
|
||||
#define VERSION_CODE 0x04050001
|
||||
#define RCVERSION 4, 5, 0, 1
|
||||
#define _RCVERSION_ "4, 5, 0, 1"
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user