Skip to content

Commit

Permalink
Release 0.98.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pjotrp committed Jan 29, 2021
1 parent 8930262 commit 8524ca2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
7 changes: 1 addition & 6 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,10 @@ see
and
[commits](https://github.com/genetics-statistics/GEMMA/commits/master).

## ChangeLog v0.99-pre1 (2021/??)

## ChangeLog v0.98.5-pre1 (2021/??)
## ChangeLog v0.98.4 (2021/01/29)

* Fix error on free with randomizer, see #239
* Moved travis-ci.org to travis-ci.com

## ChangeLog v0.98.4 (2020/??)

* GEMMA builds on ARM and other architectures, see #189 and https://buildd.debian.org/status/package.php?p=gemma (thanks @tillea)
* Fixed static build with 00480e8549987b6cae7100b28bcead2a2d501177 - requires gfortran path for OpenBLAS
* Updated README's and Manual
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.98.5-pre1
0.98.4
2 changes: 1 addition & 1 deletion guix.scm
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
(define-public gemma-git
(package
(name "gemma-git")
(version (git-version "0.98.4-pre" "HEAD" %git-commit))
(version (git-version "0.98.4" "HEAD" %git-commit))
(source (local-file %source-dir #:recursive? #t))
(build-system meson-build-system)
(inputs `(
Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// version.h generated by GEMMA scripts/gen_version_info.sh
#define GEMMA_VERSION "0.98.4"
#define GEMMA_DATE "2020-12-15"
#define GEMMA_YEAR "2020"
#define GEMMA_DATE "2021-01-29"
#define GEMMA_YEAR "2021"
#define GEMMA_PROFILE "/gnu/store/8mkllydvkgfy6ydlrymrx8wj0dy1x6lm-profile"

0 comments on commit 8524ca2

Please sign in to comment.