Skip to content
Snippets Groups Projects
Commit 37096dc9 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

up

parent 9604ca80
No related branches found
No related tags found
No related merge requests found
2.11.1 (May 13, 2017): small bug fixes and improvements.
2.11.0 (January 3, 2017): small improvements (complex math functions, mutual 2.11.0 (January 3, 2017): small improvements (complex math functions, mutual
terms, one side of, get/save runtime variables) and bug fixes. terms, one side of, get/save runtime variables) and bug fixes.
... ...
......
...@@ -63,7 +63,7 @@ endif(ENABLE_FORTRAN) ...@@ -63,7 +63,7 @@ endif(ENABLE_FORTRAN)
set(GETDP_MAJOR_VERSION 2) set(GETDP_MAJOR_VERSION 2)
set(GETDP_MINOR_VERSION 11) set(GETDP_MINOR_VERSION 11)
set(GETDP_PATCH_VERSION 0) set(GETDP_PATCH_VERSION 1)
set(GETDP_EXTRA_VERSION "" CACHE STRING "GetDP extra version string") set(GETDP_EXTRA_VERSION "" CACHE STRING "GetDP extra version string")
set(GETDP_VERSION "${GETDP_MAJOR_VERSION}.${GETDP_MINOR_VERSION}") set(GETDP_VERSION "${GETDP_MAJOR_VERSION}.${GETDP_MINOR_VERSION}")
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment