Skip to content
Snippets Groups Projects
Commit 1ce5c7cf authored by Andrew Wilson's avatar Andrew Wilson :elephant:
Browse files

Merge branch 'feature/bump-version-number' into 'master'

ENH: Bump imstk project version number

See merge request iMSTK/iMSTK!691
parents d315efe5 03b9c025
No related branches found
No related tags found
No related merge requests found
cmake_minimum_required(VERSION 3.9)
project(iMSTK VERSION 4.0.0 LANGUAGES C CXX)
project(iMSTK VERSION 5.0.0 LANGUAGES C CXX)
if(UNIX AND NOT APPLE)
set(LINUX TRUE)
......
......@@ -56,9 +56,9 @@ author = 'Andrew Wilson, Venkata S. Arikatla'
# built documents.
#
# The short X.Y version.
version = '4.0.0'
version = '5.0.0'
# The full version, including alpha/beta/rc tags.
release = '4.0.0'
release = '5.0.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
......
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