mirror of
https://github.com/reactos/reactos.git
synced 2025-05-22 18:45:00 +00:00
[REACTOS]
Temporarily hackfix r50254 (let's say for a year) Happy New Year everyone! svn path=/trunk/; revision=54799
This commit is contained in:
parent
63a8f26892
commit
f65362ce2f
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ today(KERNEL_VERSION_BUILD)
|
|||
set(KERNEL_VERSION_MAJOR "0")
|
||||
set(KERNEL_VERSION_MINOR "4")
|
||||
set(KERNEL_VERSION_PATCH_LEVEL "0")
|
||||
set(COPYRIGHT_YEAR "2011")
|
||||
set(COPYRIGHT_YEAR "2012")
|
||||
# KERNEL_VERSION_BUILD_TYPE is "SVN", "RC1", "RC2" or "" (for the release)
|
||||
set(KERNEL_VERSION_BUILD_TYPE "SVN")
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#define KERNEL_VERSION_MINOR 4
|
||||
#define KERNEL_VERSION_PATCH_LEVEL 0
|
||||
|
||||
#define COPYRIGHT_YEAR "2011"
|
||||
#define COPYRIGHT_YEAR "2012"
|
||||
|
||||
/* KERNEL_VERSION_BUILD_TYPE is L"SVN", L"RC1", L"RC2" or L"" (for the release) */
|
||||
#define KERNEL_VERSION_BUILD_TYPE L"SVN"
|
||||
|
|
Loading…
Reference in a new issue