comparison CITATION @ 25771:1f46d371968c stable release-4-4-1

Version 4.4.1 released * configure.ac (AC_INIT): Update version info for release. (OCTAVE_PATCH_VERSION): Set to 1. (OCTAVE_RELEASE_DATE): Set to 2018-08-09. * CITATION, org.octave.Octave.appdata.xml: Update version info. * libgui/module.mk (liboctgui_current): Now 4. * libinterp/module.mk (liboctinterp_current): Now 6. * liboctave/module.mk (liboctave_current): Now 6. We normally try to preserve backward compatibility of the API for minor releases, but it was not possible this time.
author John W. Eaton <jwe@octave.org>
date Thu, 09 Aug 2018 14:20:32 -0400
parents 1eef836d8d06
children 9644c0b7efd8
comparison
equal deleted inserted replaced
25767:d26ea52635d2 25771:1f46d371968c
1 To cite GNU Octave in publications use: 1 To cite GNU Octave in publications use:
2 2
3 John W. Eaton, David Bateman, Søren Hauberg, Rik Wehbring (2018). 3 John W. Eaton, David Bateman, Søren Hauberg, Rik Wehbring (2018).
4 GNU Octave version 4.4.0 manual: a high-level interactive language for 4 GNU Octave version 4.4.1 manual: a high-level interactive language for
5 numerical computations. 5 numerical computations.
6 URL https://www.gnu.org/software/octave/doc/v4.4.0/ 6 URL https://www.gnu.org/software/octave/doc/v4.4.1/
7 7
8 A BibTeX entry for LaTeX users is: 8 A BibTeX entry for LaTeX users is:
9 9
10 @manual{, 10 @manual{,
11 title = {{GNU Octave} version 4.4.0 manual: a high-level interactive language for numerical computations}, 11 title = {{GNU Octave} version 4.4.0 manual: a high-level interactive language for numerical computations},
12 author = {John W. Eaton and David Bateman and S{\o}ren Hauberg and Rik Wehbring}, 12 author = {John W. Eaton and David Bateman and S{\o}ren Hauberg and Rik Wehbring},
13 year = {2018}, 13 year = {2018},
14 url = {https://www.gnu.org/software/octave/doc/v4.4.0/}, 14 url = {https://www.gnu.org/software/octave/doc/v4.4.1/},
15 } 15 }
16 16
17 We have invested a lot of time and effort in creating GNU Octave, please cite it 17 We have invested a lot of time and effort in creating GNU Octave, please
18 when using it. See also `citation pkgname' for citing Octave packages. 18 cite it when using it. See also `citation pkgname' for citing Octave
19 packages.