Skip to content

Commit

Permalink
Prepare release v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mistafunk committed Jun 22, 2019
1 parent fdb0c35 commit 72eef18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions doc/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Palladio ChangeLog

## v1.6.2 (June 22, 2019)
* Fixed broken texture coordinates in the generated Houdini geometry in case not all PRT meshes had any (#118).

## v1.6.1 (June 7, 2019)
* Added support for texture coordinates on incoming initial shapes (#112).
* Assign SOP: do not overwrite main attributes like pldStartRule if they are already present on the incoming geometry (#111).
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/dependencies.cmake)

set(PLD_VERSION_MAJOR 1)
set(PLD_VERSION_MINOR 6)
set(PLD_VERSION_PATCH 1)
set(PLD_VERSION_PATCH 2)
if(NOT PLD_VERSION_BUILD)
set(PLD_VERSION_BUILD DEV)
endif()
Expand Down

0 comments on commit 72eef18

Please sign in to comment.