Mentions légales du service

Skip to content
Snippets Groups Projects
Commit a9614f7e authored by nfoy's avatar nfoy
Browse files

change version number to 1.2.0

parent 0c68b96e
Branches
Tags
No related merge requests found
......@@ -17,7 +17,7 @@ PROJECT(OpenViBE)
# These versions are used by the subprojects by default.
# If you wish to maintain specific version numbers for a subproject, please do so in the projects CMakeLists.txt
SET(OV_GLOBAL_VERSION_MAJOR 1)
SET(OV_GLOBAL_VERSION_MINOR 1)
SET(OV_GLOBAL_VERSION_MINOR 2)
SET(OV_GLOBAL_VERSION_PATCH 0+git)
# Default is to build to dist/. If you wish a custom install, set your own MAKE_INSTALL_PREFIX when you call CMake. Safest to do under a fakeroot.
......
......@@ -5,8 +5,8 @@
!include "zipdll.nsh"
;Name and file
Name "OpenViBE 1.1.0+git"
OutFile "openvibe-1.1.0+git-setup.exe"
Name "OpenViBE 1.2.0+git"
OutFile "openvibe-1.2.0+git-setup.exe"
;Default installation folder
InstallDir "$PROGRAMFILES\openvibe"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment