From 703fef0f37893d4b49296265b85cc7417d1b63b6 Mon Sep 17 00:00:00 2001 From: David Bucciarelli Date: Sun, 15 Nov 2020 11:42:41 +0100 Subject: [PATCH] Release v2.5beta1 --- 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 f2941b994..43a8dc29d 100644 --- a/src/luxcore/CMakeLists.txt +++ b/src/luxcore/CMakeLists.txt @@ -27,7 +27,7 @@ ################################################################################ set(LUXCORE_VERSION_MAJOR 2) -set(LUXCORE_VERSION_MINOR 5alpha0) +set(LUXCORE_VERSION_MINOR 5beta1) # 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 abee5344f..e4e20225c 100644 --- a/src/luxrays/CMakeLists.txt +++ b/src/luxrays/CMakeLists.txt @@ -27,7 +27,7 @@ ################################################################################ set(LUXRAYS_VERSION_MAJOR 2) -set(LUXRAYS_VERSION_MINOR 5alpha0) +set(LUXRAYS_VERSION_MINOR 5beta1) # Configure a header file to pass some of the CMake settings # to the source code: