Skip to content

Commit a2a22f0

Browse files
committed
bump(version): 14.11.1 -> 14.11.2
1 parent 32cfb58 commit a2a22f0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.24)
22

33
project(Holovibes
4-
VERSION 14.11.1
4+
VERSION 14.11.2
55
DESCRIPTION "Holovibes"
66
LANGUAGES CXX CUDA
77
)

Camera/include/camera_config.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
namespace holovibes::settings
1212
{
1313
// Very ugly to redefine the version in the "camera" folder but we have no choice if we want to define it only once.
14-
#define __HOLOVIBES_VERSION__ "14.11.1"
14+
#define __HOLOVIBES_VERSION__ "14.11.2"
1515
#define __APPNAME__ "Holovibes"
1616

1717
#define __CAMERAS_CONFIG_FOLDER__ "cameras_config"

build/.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 14.11.1
2+
current_version = 14.11.2
33
commit = True
44
message = bump(version): {current_version} -> {new_version}
55
tag = True

0 commit comments

Comments
 (0)