https://git.reactos.org/?p=reactos.git;a=commitdiff;h=21f0b163a780c617df33a7904c6d3c4f0d2158fe

commit 21f0b163a780c617df33a7904c6d3c4f0d2158fe
Author: Giannis Adamopoulos <[email protected]>
AuthorDate: Fri Oct 27 09:38:34 2017 +0300

    [VERSION.CMAKE] Bump the version to 0.4.8-dev
---
 sdk/include/reactos/version.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdk/include/reactos/version.cmake 
b/sdk/include/reactos/version.cmake
index 808fb3b534..2eabee77ba 100644
--- a/sdk/include/reactos/version.cmake
+++ b/sdk/include/reactos/version.cmake
@@ -2,7 +2,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 "7")
+set(KERNEL_VERSION_PATCH_LEVEL "8")
 set(COPYRIGHT_YEAR "2017")
 
 # KERNEL_VERSION_BUILD_TYPE is "dev" for Git builds

Reply via email to