From 2393bc8f337310e648af2df2376fe39c3b6b02ad Mon Sep 17 00:00:00 2001 From: David Bucciarelli Date: Sat, 27 Jun 2020 15:16:11 +0200 Subject: [PATCH] Release v2.4beta1 --- 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 78e680aba..02577b60d 100644 --- a/src/luxcore/CMakeLists.txt +++ b/src/luxcore/CMakeLists.txt @@ -27,7 +27,7 @@ ################################################################################ set(LUXCORE_VERSION_MAJOR 2) -set(LUXCORE_VERSION_MINOR 4alpha0) +set(LUXCORE_VERSION_MINOR 4beta1) # 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 4693ddb7f..d3df8d684 100644 --- a/src/luxrays/CMakeLists.txt +++ b/src/luxrays/CMakeLists.txt @@ -27,7 +27,7 @@ ################################################################################ set(LUXRAYS_VERSION_MAJOR 2) -set(LUXRAYS_VERSION_MINOR 4alpha0) +set(LUXRAYS_VERSION_MINOR 4beta1) # Configure a header file to pass some of the CMake settings # to the source code: