Skip to content

Commit a1abc2d

Browse files
author
Rik
committed
Version 10.1.0 released.
* configure.ac (AC_INIT): Set version to 10.1.0. (OCTAVE_MINOR_VERSION): Now 1. (OCTAVE_PATCH_VERSION): Now 0. (OCTAVE_RELEASE_DATE): Set to "2025-03-25". * NEWS.10.md: Update release date. * CITATION: Update for 10.1.0. * org.octave.Octave.appdata.xml: Add release info for version 10.1.0.
1 parent fbc23b8 commit a1abc2d

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

CITATION

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
To cite GNU Octave in publications use:
22

3-
John W. Eaton, David Bateman, Søren Hauberg, Rik Wehbring (2024).
4-
GNU Octave version 9.4.0 manual: a high-level interactive language for
3+
John W. Eaton, David Bateman, Søren Hauberg, Rik Wehbring (2025).
4+
GNU Octave version 10.1.0 manual: a high-level interactive language for
55
numerical computations.
6-
URL https://www.gnu.org/software/octave/doc/v9.4.0/
6+
URL https://www.gnu.org/software/octave/doc/v10.1.0/
77

88
A BibTeX entry for LaTeX users is:
99

1010
@manual{,
11-
title = {{GNU Octave} version 9.4.0 manual: a high-level interactive language for numerical computations},
11+
title = {{GNU Octave} version 10.1.0 manual: a high-level interactive language for numerical computations},
1212
author = {John W. Eaton and David Bateman and S{\o}ren Hauberg and Rik Wehbring},
13-
year = {2024},
14-
url = {https://www.gnu.org/software/octave/doc/v9.4.0/},
13+
year = {2025},
14+
url = {https://www.gnu.org/software/octave/doc/v10.1.0/},
1515
}
1616

1717
We have invested a lot of time and effort in creating GNU Octave, please

configure.ac

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dnl
2727

2828
### Initialize Autoconf
2929
AC_PREREQ([2.65])
30-
AC_INIT([GNU Octave], [10.0.91], [https://bugs.octave.org], [octave],
30+
AC_INIT([GNU Octave], [10.1.0], [https://bugs.octave.org], [octave],
3131
[https://www.octave.org])
3232

3333
### Declare version numbers
@@ -40,15 +40,15 @@ dnl AC_INIT requires it to be static, not computed from shell variables.
4040
## versions.
4141

4242
OCTAVE_MAJOR_VERSION=10
43-
OCTAVE_MINOR_VERSION=0
44-
OCTAVE_PATCH_VERSION=91
43+
OCTAVE_MINOR_VERSION=1
44+
OCTAVE_PATCH_VERSION=0
4545

4646
dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument.
4747
OCTAVE_VERSION="$PACKAGE_VERSION"
4848

4949
OCTAVE_COPYRIGHT="Copyright (C) 1993-2025 The Octave Project Developers."
5050

51-
OCTAVE_RELEASE_DATE="2025-03-03"
51+
OCTAVE_RELEASE_DATE="2025-03-25"
5252

5353
## The "API version" is used as a way of checking that interfaces in the
5454
## liboctave and libinterp libraries haven't changed in a backwardly

etc/NEWS.10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Summary of important user-visible changes for version 10 (yyyy-mm-dd):
1+
Summary of important user-visible changes for version 10 (2025-03-25):
22
---------------------------------------------------------------------
33

44
### General improvements

etc/icons/org.octave.Octave.metainfo.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ along with Octave; see the file COPYING. If not, see
198198
</developer>
199199
<content_rating type="oars-1.0"/>
200200
<releases>
201+
<release date="2025-03-25" version="10.1.0"/>
201202
<release date="2025-02-05" version="9.4.0"/>
202203
<release date="2024-12-12" version="9.3.0"/>
203204
<release date="2024-06-01" version="9.2.0"/>

0 commit comments

Comments
 (0)