Note: this is documentation for an old release. View the latest documentation at docs.fenicsproject.org/v0.1.0/v0.9.0/cpp
DOLFINx  0.1.0
DOLFINx C++ interface
version.h
1 #pragma once
2 
3 #define DOLFINX_VERSION_RELEASE
4 #define DOLFINX_VERSION_MAJOR 0
5 #define DOLFINX_VERSION_MINOR 1
6 #define DOLFINX_VERSION_MICRO
7 #define DOLFINX_VERSION_STRING "0.1.0"
8 #define DOLFINX_VERSION_GIT "95c6fcb896575346b5a42affe2ab73defd5f8a04"
9 #define UFC_SIGNATURE "f87c66d925bb786383ced45f5b5e22ac1ce7464b"