changeset 24901:a73dedb0d9b5

maint: merge stable to default
author Mike Miller <mtmiller@octave.org>
date Sun, 18 Mar 2018 11:56:00 -0700
parents e4839b041cc4 (diff) 00d42b86d0a5 (current diff)
children 2f6698dd7dad
files configure.ac
diffstat 2 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/.hgtags	Fri Mar 16 16:59:40 2018 -0700
+++ b/.hgtags	Sun Mar 18 11:56:00 2018 -0700
@@ -108,3 +108,4 @@
 69ac19073ae630b276ff7788b78f72782f281657 rc-4-2-0-4
 708a4fcb73820484a3af94dd4d18453c4d9b29c9 release-4-2-0
 1327ea4f5a931a6cc2a6d4790af58cf16de4702b release-4-2-1
+94f8e2b5a88b79974084c0ae541cacbcc62d64f6 release-4-2-2
--- a/configure.ac	Fri Mar 16 16:59:40 2018 -0700
+++ b/configure.ac	Sun Mar 18 11:56:00 2018 -0700
@@ -20,7 +20,7 @@
 
 ### Initialize Autoconf
 AC_PREREQ([2.65])
-AC_INIT([GNU Octave], [4.3.0+], [http://octave.org/bugs.html], [octave])
+AC_INIT([GNU Octave], [4.5.0+], [http://octave.org/bugs.html], [octave])
 
 ### Declare version numbers
 
@@ -28,7 +28,7 @@
 dnl AC_INIT requires it to be static, not computed from shell variables.
 
 OCTAVE_MAJOR_VERSION=4
-OCTAVE_MINOR_VERSION=3
+OCTAVE_MINOR_VERSION=5
 OCTAVE_PATCH_VERSION=0+
 
 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument.
@@ -51,7 +51,7 @@
 dnl FIXME: Since we also set libtool versions for liboctave and libinterp,
 dnl perhaps we should be computing the "api version" from those versions numbers
 dnl in some way instead of setting it independently here.
-OCTAVE_API_VERSION="api-v51+"
+OCTAVE_API_VERSION="api-v52+"
 
 AC_SUBST(OCTAVE_MAJOR_VERSION)
 AC_SUBST(OCTAVE_MINOR_VERSION)