Skip to content
Snippets Groups Projects
Commit fe4180b1 authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

bump static version script

parent f200bb04
No related branches found
No related tags found
1 merge request!40Feature/documentation
......@@ -3,8 +3,8 @@
set -e
cp host_info.py TurTLE/
sed "s/@TURTLE_VERSION_LONG@/3.14/" setup.py.in > setup.py
sed "s/@TURTLE_VERSION_LONG@/3.14/" TurTLE/__init__.py.in > TurTLE/__init__.py.tmp
sed "s/@TURTLE_VERSION_LONG@/3.15/" setup.py.in > setup.py
sed "s/@TURTLE_VERSION_LONG@/3.15/" TurTLE/__init__.py.in > TurTLE/__init__.py.tmp
sed "s/@CMAKE_INSTALL_DIR@/UNAVAILABLE_FOR_PURE_PYTHON_INSTALLS/" TurTLE/__init__.py.tmp > TurTLE/__init__.py
rm TurTLE/__init__.py.tmp
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment