Skip to content

Commit

Permalink
Revert version to MaterialX 1.38.8 for internal release
Browse files Browse the repository at this point in the history
This reverts commit 46a5b50.
  • Loading branch information
nicolassavva-autodesk committed Oct 21, 2023
1 parent 9f7af92 commit 37f7978
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Change Log

## [1.38.9] - Development

## [1.38.8] - 2023-09-08

### Added
Expand Down
2 changes: 1 addition & 1 deletion 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 9)
set(MATERIALX_BUILD_VERSION 8)
set(MATERIALX_LIBRARY_VERSION ${MATERIALX_MAJOR_VERSION}.${MATERIALX_MINOR_VERSION}.${MATERIALX_BUILD_VERSION})

# Cmake setup
Expand Down

0 comments on commit 37f7978

Please sign in to comment.