forked from lawmurray/LibBi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ use inc::Module::Install; | |
name 'LibBi'; | ||
abstract 'LibBi is used for state-space modelling and Bayesian inference on modern computer hardware, including multi-core CPUs, many-core GPUs (graphics processing units) and distributed-memory clusters.'; | ||
author 'Lawrence Murray <[email protected]>'; | ||
version '1.4.1'; | ||
version '1.4.2'; | ||
license 'gpl'; | ||
|
||
# dependencies | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -108,7 +108,7 @@ | |
\vspace{6cm} | ||
|
||
\fontsize{16pt}{24pt}\selectfont | ||
Version 1.4.1 | ||
Version 1.4.2 | ||
|
||
\vspace{1cm} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
AC_INIT([LibBi], [1.4.1], [[email protected]], [libbi], [http://www.libbi.org]) | ||
AC_INIT([LibBi], [1.4.2], [[email protected]], [libbi], [http://www.libbi.org]) | ||
AC_PREREQ([2.62]) | ||
AC_LANG([C++]) | ||
AM_INIT_AUTOMAKE([1.10 no-define foreign]) | ||
|