Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 25925ddb authored by Jussi Lindgren's avatar Jussi Lindgren
Browse files

Build: Pumped version to 1.0.1

parent fc92b832
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ PROJECT(OpenVIBE)
# 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 0)
SET(OV_GLOBAL_VERSION_PATCH 0+git)
SET(OV_GLOBAL_VERSION_PATCH 1)
# 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.
#IF(NOT CMAKE_INSTALL_PREFIX)
......
......@@ -5,8 +5,8 @@
!include "zipdll.nsh"
;Name and file
Name "OpenViBE 1.0.0"
OutFile "openvibe-1.0.0-setup.exe"
Name "OpenViBE 1.0.1"
OutFile "openvibe-1.0.1-setup.exe"
;Default installation folder
InstallDir "$PROGRAMFILES\openvibe"
......@@ -74,6 +74,8 @@ FunctionEnd
Section "-OpenViBE"
LogSet on
${If} $OLDINSTDIR != ""
RMDir /r $OLDINSTDIR
RMDir /r "$SMPROGRAMS\OpenViBE"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment