Skip to content

Commit 328f929

Browse files
Bump version to 1.2.0
1 parent 6c45fad commit 328f929

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CMAKE_MINIMUM_REQUIRED(VERSION 3.18.0)
22
CMAKE_POLICY(SET CMP0048 NEW)
3-
PROJECT(qrupdate-ng VERSION 1.1.90 LANGUAGES Fortran)
3+
PROJECT(qrupdate-ng VERSION 1.2.0 LANGUAGES Fortran)
44
ENABLE_TESTING()
55

66
# Options

CODE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# code.ini
22
name: qrupdate-ng
33
shortname: qrupdate-ng
4-
version: 1.1.90
5-
release-date: 2026-05-28
4+
version: 1.2.0
5+
release-date: 2026-07-16
66
id: https://github.com/mpimd-csc/qrupdate-ng
77
id-type: url
88
author: Martin Koehler, Christian Himpe

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ qrupdate-ng
33

44
A Library for Fast Updating of QR, Cholesky, and LU Decompositions
55

6-
Version: 1.1.90 (2026-05-28)
6+
Version: 1.2.0 (2026-07-16)
77

88
* Authors: M. Koehler (0000-0003-2338-9904), C. Himpe (0000-0003-2194-6754)
99
* Original Author: Jaroslav Hajek (VZLU Prague)

fpm.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "qrupdate-ng"
2-
version = "1.90.0"
2+
version = "1.2.0"
33
license = "BSD-3-clause"
44
author = "M. Koehler, C. Himpe, Jaroslav Hajek"
55
maintainer = "@mpimd-csc/qrupdate-ng"

0 commit comments

Comments
 (0)