From c8f10e9ddf5171fa705782a3da3f48123f96a4cb Mon Sep 17 00:00:00 2001 From: David Bucciarelli Date: Sat, 25 Dec 2021 12:07:24 +0100 Subject: [PATCH] Release v2.6 --- src/luxcore/CMakeLists.txt | 2 +- src/luxrays/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/luxcore/CMakeLists.txt b/src/luxcore/CMakeLists.txt index f876fa425..f96f5284e 100644 --- a/src/luxcore/CMakeLists.txt +++ b/src/luxcore/CMakeLists.txt @@ -27,7 +27,7 @@ ################################################################################ set(LUXCORE_VERSION_MAJOR 2) -set(LUXCORE_VERSION_MINOR 6alpha0) +set(LUXCORE_VERSION_MINOR 6) # Configure a header file to pass some of the CMake settings # to the source code: diff --git a/src/luxrays/CMakeLists.txt b/src/luxrays/CMakeLists.txt index 8afec434a..d8d7b8cc5 100644 --- a/src/luxrays/CMakeLists.txt +++ b/src/luxrays/CMakeLists.txt @@ -27,7 +27,7 @@ ################################################################################ set(LUXRAYS_VERSION_MAJOR 2) -set(LUXRAYS_VERSION_MINOR 6alpha0) +set(LUXRAYS_VERSION_MINOR 6) # Configure a header file to pass some of the CMake settings # to the source code: