File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.24 )
22
33project (Holovibes
4- VERSION 14.11.6
4+ VERSION 14.11.7
55 DESCRIPTION "Holovibes"
66 LANGUAGES CXX CUDA
77)
Original file line number Diff line number Diff line change 1111namespace 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.6 "
14+ #define __HOLOVIBES_VERSION__ " 14.11.7 "
1515#define __APPNAME__ " Holovibes"
1616
1717#define __CAMERAS_CONFIG_FOLDER__ " cameras_config"
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 14.11.6
2+ current_version = 14.11.7
33commit = True
44message = bump(version): {current_version} -> {new_version}
55tag = True
You can’t perform that action at this time.
0 commit comments