Skip to content

Commit 779f6b5

Browse files
committed
Bump version number
1 parent 8f41125 commit 779f6b5

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ Change Log
44

55
Notable project changes in various releases.
66

7+
1.0.1
8+
=====
9+
10+
Fixed
11+
-----
12+
13+
* ScaLAPACK interfaces use only assumed-size arrays (no fixed size ones) to
14+
avoid linking problems with NAG compiled applications
15+
716

817
1.0
918
===
@@ -21,5 +30,5 @@ Changed
2130

2231
* The Fypp-preprocessor is not shipped with ScalapackFx but is an external
2332
requirement.
24-
33+
2534
* Name convention for processes (master -> lead, slave -> follow).

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ include(ScalapackFxUtils)
88

99
include(${CMAKE_CURRENT_SOURCE_DIR}/config.cmake)
1010

11-
project(ScalapackFx VERSION 1.0 LANGUAGES Fortran)
11+
project(ScalapackFx VERSION 1.0.1 LANGUAGES Fortran)
1212

1313
setup_build_type()
1414

doc/doxygen/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ PROJECT_NAME = "ScaLAPACKFX"
3232
# This could be handy for archiving the generated documentation or
3333
# if some version control system is used.
3434

35-
PROJECT_NUMBER = "1.0"
35+
PROJECT_NUMBER = "1.0.1"
3636

3737
# Using the PROJECT_BRIEF tag one can provide an optional one line description
3838
# for a project that appears at the top of each page and should give viewer

doc/sphinx/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
version = '1.0'
4949

5050
# The full version, including alpha/beta/rc tags.
51-
release = '1.0'
51+
release = '1.0.1'
5252

5353
# The language for content autogenerated by Sphinx. Refer to documentation
5454
# for a list of supported languages.

0 commit comments

Comments
 (0)