Skip to content

Commit

Permalink
Change version to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cattermole committed Jun 20, 2023
1 parent 18a51dc commit bf26dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ cmake_minimum_required(VERSION 3.0)
# Project configuration.
project(cameraInferno)
set(PROJECT_VERSION_MAJOR 0)
set(PROJECT_VERSION_MINOR 3)
set(PROJECT_VERSION_MINOR 4)
set(PROJECT_VERSION_PATCH 0)
set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")
set(PROJECT_HOMEPAGE_URL "https://github.com/david-cattermole/cameraInferno-maya")

0 comments on commit bf26dd3

Please sign in to comment.