diff configure.ac @ 26788:d05d6eebde10 stable release-5-1-0

Version 5.1.0 released * configure.ac (AC_INIT): Update version info for release. (OCTAVE_MINOR_VERSION): Set to 1. (OCTAVE_PATCH_VERSION): Set to 0. (OCTAVE_RELEASE_DATE): Set to 2019-02-23. * org.octave.Octave.appdata.xml: Add 5.1.0 to the list of version numbers and release dates.
author John W. Eaton <jwe@octave.org>
date Sat, 23 Feb 2019 17:33:37 +0000
parents af47f245a2ad
children 5d27954485ed
line wrap: on
line diff
--- a/configure.ac	Fri Feb 22 20:21:36 2019 +0100
+++ b/configure.ac	Sat Feb 23 17:33:37 2019 +0000
@@ -20,7 +20,7 @@
 
 ### Initialize Autoconf
 AC_PREREQ([2.65])
-AC_INIT([GNU Octave], [5.0.91], [https://octave.org/bugs.html], [octave],
+AC_INIT([GNU Octave], [5.1.0], [https://octave.org/bugs.html], [octave],
         [https://www.gnu.org/software/octave/])
 
 ### Declare version numbers
@@ -33,15 +33,15 @@
 ## versions.
 
 OCTAVE_MAJOR_VERSION=5
-OCTAVE_MINOR_VERSION=0
-OCTAVE_PATCH_VERSION=91
+OCTAVE_MINOR_VERSION=1
+OCTAVE_PATCH_VERSION=0
 
 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument.
 OCTAVE_VERSION="$PACKAGE_VERSION"
 
 OCTAVE_COPYRIGHT="Copyright (C) 2019 John W. Eaton and others."
 
-OCTAVE_RELEASE_DATE="2019-02-04"
+OCTAVE_RELEASE_DATE="2019-02-23"
 
 ## The "API version" is used as a way of checking that interfaces in the
 ## liboctave and libinterp libraries haven't changed in a backwardly