diff libinterp/module.mk @ 32467:78c13a2594f3 stable release-8-4-0

Version 8.4.0 released. * configure.ac (AC_INIT): Set version to 8.4.0. (OCTAVE_MINOR_VERSION): Now 4. (OCTAVE_PATCH_VERSION): Now 0. (OCTAVE_RELEASE_DATE): Set to "2023-11-05". * org.octave.Octave.appdata.xml: Add release info for version 8.4.0. * CITATION: Update for 8.4.0. * NEWS.8.md: Update release date. * liboctave/module.mk (%canon_reldir%_liboctave_revision): Increment. * libinterp/module.mk (%canon_reldir%_liboctinterp_revision): Increment.
author John W. Eaton <jwe@octave.org>
date Sun, 05 Nov 2023 12:45:40 -0500
parents 4acb694518de
children 4fe09c1b4148
line wrap: on
line diff
--- a/libinterp/module.mk	Tue Oct 31 13:12:47 2023 +0100
+++ b/libinterp/module.mk	Sun Nov 05 12:45:40 2023 -0500
@@ -157,7 +157,7 @@
 ## to the rules in the etc/HACKING.md file:
 
 %canon_reldir%_liboctinterp_current = 11
-%canon_reldir%_liboctinterp_revision = 1
+%canon_reldir%_liboctinterp_revision = 2
 %canon_reldir%_liboctinterp_age = 0
 
 %canon_reldir%_liboctinterp_version_info = $(%canon_reldir%_liboctinterp_current):$(%canon_reldir%_liboctinterp_revision):$(%canon_reldir%_liboctinterp_age)