Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
The Openvibe Group
extras
Commits
a9614f7e
Commit
a9614f7e
authored
May 20, 2016
by
nfoy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change version number to 1.2.0
parent
0c68b96e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
CMakeLists.txt
CMakeLists.txt
+1
-1
scripts/win32-openvibe-x.x.x-setup.nsi
scripts/win32-openvibe-x.x.x-setup.nsi
+2
-2
No files found.
CMakeLists.txt
View file @
a9614f7e
...
...
@@ -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.
...
...
scripts/win32-openvibe-x.x.x-setup.nsi
View file @
a9614f7e
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment