Skip to content

Commit

Permalink
v1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
darioizzo committed Apr 11, 2019
1 parent e684501 commit a0526ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,8 @@
/doc/doxygen/xml
/doc/sphinx/_build
.vscode
/doc/sphinx/notebooks/.ipynb_checkpoints
/doc/sphinx/notebooks/.ipynb_checkpoints

# Files generated by the build
include/audi/config.hpp
pyaudi/_version.py
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Main audi/pyaudi project version.
set(AUDI_PROJECT_VERSION 1.6)
set(AUDI_PROJECT_VERSION 1.6.3)

# CMake version check.
cmake_minimum_required(VERSION 3.2)
Expand Down

0 comments on commit a0526ee

Please sign in to comment.