Skip to content

Commit

Permalink
Change project version to v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cattermole committed Jun 20, 2023
1 parent bf26dd3 commit 7b7caa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cmake_minimum_required(VERSION 3.0)
project(cameraInferno)
set(PROJECT_VERSION_MAJOR 0)
set(PROJECT_VERSION_MINOR 4)
set(PROJECT_VERSION_PATCH 0)
set(PROJECT_VERSION_PATCH 1)
set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")
set(PROJECT_HOMEPAGE_URL "https://github.com/david-cattermole/cameraInferno-maya")
set(PROJECT_DESCRIPTION "Autodesk Maya Plug-in for visualising camera burn-in text.")
Expand Down
2 changes: 1 addition & 1 deletion plug-ins/dcCameraInferno.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
PLUGIN_NODE_ID = 0x0012F183
PLUGIN_NODE_NAME = "dcCameraInferno"
PLUGIN_NODE_AUTHOR_STRING = "David Cattermole"
PLUGIN_NODE_VERSION_STRING = "0.4.0"
PLUGIN_NODE_VERSION_STRING = "0.4.1"

# Types of field indices.
FIELD_TYPE_NONE_INDEX = 0
Expand Down

0 comments on commit 7b7caa8

Please sign in to comment.