# HG changeset patch # User John W. Eaton # Date 1473295598 14400 # Node ID b8eeca55fa8113853a19b1b1ab4d0bb6471dea18 # Parent ec9dca76189cfc27846742b1c9fc8c468a6814c8 maint: Bump version number for 4.2.0-rc1. * configure.ac: Bump version to 4.2.0-rc1. * libgui/module.mk: Bump library version for 4.2.0 release. * libinterp/module.mk: Bump library version for 4.2.0 release. * liboctave/module.mk: Bump library version for 4.2.0 release. diff -r ec9dca76189c -r b8eeca55fa81 configure.ac --- a/configure.ac Wed Sep 07 08:55:22 2016 -0700 +++ b/configure.ac Wed Sep 07 20:46:38 2016 -0400 @@ -19,21 +19,21 @@ ### . AC_PREREQ([2.63]) -AC_INIT([GNU Octave], [4.1.0+], [http://octave.org/bugs.html], [octave]) +AC_INIT([GNU Octave], [4.2.0-rc1], [http://octave.org/bugs.html], [octave]) dnl Note that the version number is duplicated here and in AC_INIT dnl because AC_INIT requires it to be static, not computed from dnl shell variables. OCTAVE_MAJOR_VERSION=4 -OCTAVE_MINOR_VERSION=1 -OCTAVE_PATCH_VERSION=0+ +OCTAVE_MINOR_VERSION=2 +OCTAVE_PATCH_VERSION=0-rc1 dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg OCTAVE_VERSION="$PACKAGE_VERSION" OCTAVE_COPYRIGHT="Copyright (C) 2016 John W. Eaton and others." -OCTAVE_RELEASE_DATE="2015-05-26" +OCTAVE_RELEASE_DATE="2016-09-07" ## The "API version" is used as a way of checking that interfaces in the ## liboctave and libinterp libraries haven't changed in a backwardly @@ -47,7 +47,7 @@ ## libinterp, perhaps we should be computing the "api version" from ## those versions numbers in some way instead of setting it ## independently here. -OCTAVE_API_VERSION="api-v50+" +OCTAVE_API_VERSION="api-v51" AC_SUBST(OCTAVE_MAJOR_VERSION) AC_SUBST(OCTAVE_MINOR_VERSION) diff -r ec9dca76189c -r b8eeca55fa81 libgui/module.mk --- a/libgui/module.mk Wed Sep 07 08:55:22 2016 -0700 +++ b/libgui/module.mk Wed Sep 07 20:46:38 2016 -0400 @@ -53,7 +53,7 @@ $(LIBOCTGUI_LINK_DEPS) # Increment these as needed and according to the rules in the libtool manual: -libgui_liboctgui_current = 1 +libgui_liboctgui_current = 2 libgui_liboctgui_revision = 0 libgui_liboctgui_age = 0 diff -r ec9dca76189c -r b8eeca55fa81 libinterp/module.mk --- a/libinterp/module.mk Wed Sep 07 08:55:22 2016 -0700 +++ b/libinterp/module.mk Wed Sep 07 20:46:38 2016 -0400 @@ -172,7 +172,7 @@ $(LIBOCTINTERP_LINK_DEPS) # Increment these as needed and according to the rules in the libtool manual: -libinterp_liboctinterp_current = 3 +libinterp_liboctinterp_current = 4 libinterp_liboctinterp_revision = 0 libinterp_liboctinterp_age = 0 diff -r ec9dca76189c -r b8eeca55fa81 liboctave/module.mk --- a/liboctave/module.mk Wed Sep 07 08:55:22 2016 -0700 +++ b/liboctave/module.mk Wed Sep 07 20:46:38 2016 -0400 @@ -79,7 +79,7 @@ $(LIBOCTAVE_LINK_DEPS) # Increment these as needed and according to the rules in the libtool manual: -liboctave_liboctave_current = 3 +liboctave_liboctave_current = 4 liboctave_liboctave_revision = 0 liboctave_liboctave_age = 0