We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcda698 commit a3c13a7Copy full SHA for a3c13a7
CHANGELOG.rst
@@ -2,6 +2,16 @@
2
Change Log
3
==========
4
5
+
6
+0.10
7
+====
8
9
+Added
10
+-----
11
12
+* CMake based build system
13
14
15
0.9.2
16
=====
17
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.5)
-project(libdftd3 VERSION 0.9.2 LANGUAGES Fortran)
+project(libdftd3 VERSION 0.10 LANGUAGES Fortran)
option(BUILD_SHARED_LIBS "Whether the library should be a shared one" FALSE)
0 commit comments