[0.4.14] Happy New Year 2021 to the ReactOS Community!!

picked from 0.4.15-dev-1523-g b570fac
This commit is contained in:
Hermès Bélusca-Maïto 2021-01-01 00:00:00 +01:00 committed by Joachim Henze
parent 59b42fab46
commit 3461c592ab
5 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

After

Width:  |  Height:  |  Size: 87 KiB

View file

@ -1930,7 +1930,7 @@
x="5.59375"
y="1047.7255"
style="font-size:8px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#1e2122;fill-opacity:1;font-family:Lucida Sans Unicode;-inkscape-font-specification:Lucida Sans Unicode"
id="tspan3618">Copyright © 1996-2020 ReactOS Team &amp; Contributors</tspan></text>
id="tspan3618">Copyright © 1996-2021 ReactOS Team &amp; Contributors</tspan></text>
<g
transform="matrix(0.16958533,0,0,0.16958533,89.849943,981.79073)"
id="g15501">

Before

Width:  |  Height:  |  Size: 119 KiB

After

Width:  |  Height:  |  Size: 119 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View file

@ -3,7 +3,7 @@ string(TIMESTAMP KERNEL_VERSION_BUILD %Y%m%d UTC)
set(KERNEL_VERSION_MAJOR "0")
set(KERNEL_VERSION_MINOR "4")
set(KERNEL_VERSION_PATCH_LEVEL "14")
set(COPYRIGHT_YEAR "2020")
set(COPYRIGHT_YEAR "2021")
# KERNEL_VERSION_BUILD_TYPE is "dev" for Git builds
# or "RC1", "RC2", "" for releases.