Skip to content

Commit

Permalink
Hotfix version update
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbui78 committed Jun 10, 2024
1 parent 14a64b1 commit c5daa65
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bl_info = {
"name": "DazToBlender",
"author": "Daz 3D | https://www.daz3d.com",
"version": (2023, 1, 1, 15),
"version": (2023, 1, 1, 16),
"blender": (2, 80, 0),
"location": "3DView > ToolShelf",
"description": "Daz 3D transfer to Blender",
Expand Down
Binary file modified DazStudioPlugin/DzBlenderBridge.aps
Binary file not shown.
Binary file modified DazStudioPlugin/DzBlenderBridge.rc
Binary file not shown.
2 changes: 1 addition & 1 deletion DazStudioPlugin/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
#define PLUGIN_MAJOR 2023
#define PLUGIN_MINOR 1
#define PLUGIN_REV 1
#define PLUGIN_BUILD 15
#define PLUGIN_BUILD 16

#define PLUGIN_VERSION DZ_MAKE_VERSION( PLUGIN_MAJOR, PLUGIN_MINOR, PLUGIN_REV, PLUGIN_BUILD )

0 comments on commit c5daa65

Please sign in to comment.