X Tutup
Skip to content

Commit c8f10e9

Browse files
committed
Release v2.6
1 parent a8b309e commit c8f10e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/luxcore/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
################################################################################
2828

2929
set(LUXCORE_VERSION_MAJOR 2)
30-
set(LUXCORE_VERSION_MINOR 6alpha0)
30+
set(LUXCORE_VERSION_MINOR 6)
3131

3232
# Configure a header file to pass some of the CMake settings
3333
# to the source code:

src/luxrays/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
################################################################################
2828

2929
set(LUXRAYS_VERSION_MAJOR 2)
30-
set(LUXRAYS_VERSION_MINOR 6alpha0)
30+
set(LUXRAYS_VERSION_MINOR 6)
3131

3232
# Configure a header file to pass some of the CMake settings
3333
# to the source code:

0 commit comments

Comments
 (0)
X Tutup