Skip to content

Commit

Permalink
bump stable branch version after release
Browse files Browse the repository at this point in the history
* configure.ac (AC_INIT): Set version to 8.4.1.
(OCTAVE_PATCH_VERSION): Now 1.
* NEWS.8.md: Create section for a future 8.5 release.
  • Loading branch information
jweaton committed Nov 5, 2023
1 parent feea5ad commit 097da04
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dnl

### Initialize Autoconf
AC_PREREQ([2.65])
AC_INIT([GNU Octave], [8.4.0], [https://octave.org/bugs.html], [octave],
AC_INIT([GNU Octave], [8.4.1], [https://octave.org/bugs.html], [octave],
[https://www.gnu.org/software/octave/])

### Declare version numbers
Expand All @@ -41,7 +41,7 @@ dnl AC_INIT requires it to be static, not computed from shell variables.

OCTAVE_MAJOR_VERSION=8
OCTAVE_MINOR_VERSION=4
OCTAVE_PATCH_VERSION=0
OCTAVE_PATCH_VERSION=1

dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument.
OCTAVE_VERSION="$PACKAGE_VERSION"
Expand Down
14 changes: 14 additions & 0 deletions etc/NEWS.8.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Summary of bugs fixed for version 8.5.0 (tbd):
----------------------------------------------------

For (bug #XXXXX) see https://savannah.gnu.org/bugs/?XXXXX

### Improvements and fixes

### GUI

### Build system / Tests

### Documentation


Summary of bugs fixed for version 8.4.0 (2023-11-05):
----------------------------------------------------

Expand Down

0 comments on commit 097da04

Please sign in to comment.