1
0
mirror of https://github.com/UzixLS/KernelEx.git synced 2025-07-18 15:01:17 +03:00
This commit is contained in:
UzixLS
2018-11-03 16:49:38 +03:00
parent 7a052106c3
commit aa9477ddef
2 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
!define _VERSION '4.5.2'
!define _VERSION_CODE 0x04050078
!define _VERSION '4.5.3'
!define _VERSION_CODE 0x04050079
!ifndef _DEBUG
!define FLAVOUR 'Release'

View File

@ -22,9 +22,9 @@
#ifndef __VERSION_H
#define __VERSION_H
#define VERSION_STR "4.5.2"
#define VERSION_CODE 0x04050078
#define RCVERSION 4, 5, 12, 0
#define _RCVERSION_ "4, 5, 12, 0"
#define VERSION_STR "4.5.3"
#define VERSION_CODE 0x04050079
#define RCVERSION 4, 5, 13, 0
#define _RCVERSION_ "4, 5, 13, 0"
#endif