Skip to content

Commit a3c13a7

Browse files
committed
Bump version number and update change log
1 parent fcda698 commit a3c13a7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.rst

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
Change Log
33
==========
44

5+
6+
0.10
7+
====
8+
9+
Added
10+
-----
11+
12+
* CMake based build system
13+
14+
515
0.9.2
616
=====
717

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.5)
22

3-
project(libdftd3 VERSION 0.9.2 LANGUAGES Fortran)
3+
project(libdftd3 VERSION 0.10 LANGUAGES Fortran)
44

55
option(BUILD_SHARED_LIBS "Whether the library should be a shared one" FALSE)
66

0 commit comments

Comments
 (0)