Skip to content

Commit

Permalink
bump(version): 13.5.0 -> 13.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TitouanGragnic committed Sep 26, 2024
1 parent 49cf6ca commit 975c163
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.24)

project(Holovibes
VERSION 13.5.0
VERSION 13.5.1
DESCRIPTION "Holovibes"
LANGUAGES CXX CUDA
)
Expand Down
2 changes: 1 addition & 1 deletion Camera/include/camera_config.hh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace holovibes::settings
{
// Very ugly to redefine the version in the "camera" folder but we have no choice if we want to define it only once.
#define __HOLOVIBES_VERSION__ "13.5.0"
#define __HOLOVIBES_VERSION__ "13.5.1"
#define __APPNAME__ "Holovibes"

#define __CAMERAS_CONFIG_FOLDER__ "cameras_config"
Expand Down
2 changes: 1 addition & 1 deletion build/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 13.5.0
current_version = 13.5.1
commit = True
message = bump(version): {current_version} -> {new_version}
tag = True
Expand Down

0 comments on commit 975c163

Please sign in to comment.