Skip to content

Commit

Permalink
More fixes to test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasharrysson committed Jul 11, 2023
1 parent 010fb33 commit 83343eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# MaterialX Version
set(MATERIALX_MAJOR_VERSION 1)
set(MATERIALX_MINOR_VERSION 38)
set(MATERIALX_BUILD_VERSION 8)
set(MATERIALX_MINOR_VERSION 39)
set(MATERIALX_BUILD_VERSION 1)
set(MATERIALX_LIBRARY_VERSION ${MATERIALX_MAJOR_VERSION}.${MATERIALX_MINOR_VERSION}.${MATERIALX_BUILD_VERSION})

# Cmake setup
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<materialx version="1.38" colorspace="lin_rec709">
<materialx version="1.39" colorspace="lin_rec709">
<!-- Chess Set geometry and material contributed by Side Effects, artwork by Moeen Sayed and Mujtaba Sayed. -->

<!-- Bishop Black -->
Expand Down

0 comments on commit 83343eb

Please sign in to comment.