[REACTOS][ROSAPPS][ROSSUBSYS]
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Tue, 31 May 2016 22:36:48 +0000 (22:36 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Tue, 31 May 2016 22:36:48 +0000 (22:36 +0000)
commit982dd1a3c646de5c836711a561073b9520c95f5e
treec81649e8f1735c310a883f082ca0620ef75fc427
parentd37cb8f5ad85e88201f4800da3adf9d3003a0d1e
[REACTOS][ROSAPPS][ROSSUBSYS]
The buildno #defines KERNEL_RELEASE_STR, KERNEL_RELEASE_RC (introduced in r756 17 years ago), and REACTOS_DLL_RELEASE_STR, REACTOS_DLL_RELEASE_RC (introduced in r11297 12 years ago) are things that never really caught out in our project. They were actually eclipsed in favour of the more common KERNEL_VERSION_STR and co. in our code.
I therefore remove the very last remains of the old KERNEL_RELEASE_xxx defines and replace them with KERNEL_VERSION_xxx ones.

svn path=/trunk/; revision=71478
reactos/base/shell/cmd/cmd.c
reactos/base/shell/cmd/ver.c
reactos/sdk/include/reactos/buildno.h.cmake
rosapps/applications/sysutils/lsdd/lsdd.c
rosapps/applications/sysutils/tlist/tlist.c
rossubsys/posix/server/misc/main.c