Skip to content

Commit 811f754

Browse files
committed
Bump version, disable mathematica support by default.
1 parent 9ca88cf commit 811f754

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ install(
6969
)
7070

7171
# Turn Mathematica support on/off.
72-
option(ENABLE_MATHEMATICA "Enable Mathematica support" ON)
72+
option(ENABLE_MATHEMATICA "Enable Mathematica support" OFF)
7373

7474
# Are we trying to build cadabra as a c++ library?
7575
option(BUILD_AS_CPP_LIBRARY "Build cadabra as a C++ library" OFF)

cmake/version.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set(CADABRA_VERSION_MAJOR 2)
2-
set(CADABRA_VERSION_MINOR 2)
3-
set(CADABRA_VERSION_PATCH 9)
2+
set(CADABRA_VERSION_MINOR 3)
3+
set(CADABRA_VERSION_PATCH 0)
44
set(CADABRA_VERSION_TWEAK 0)
55
set(COPYRIGHT_YEARS "2001-2020")
66
math(EXPR SYSTEM_BITS "${CMAKE_SIZEOF_VOID_P} * 8")

0 commit comments

Comments
 (0)