# HG changeset patch # User John W. Eaton # Date 1475089982 14400 # Node ID ead11c8bd7019ee562daa1a064556d1709902a8f # Parent 73a85c6cacd18938dbf01d01114e2e6c0dcb6d5c maint: Bump version on default. diff -r 73a85c6cacd1 -r ead11c8bd701 configure.ac --- a/configure.ac Wed Sep 28 11:29:45 2016 -0700 +++ b/configure.ac Wed Sep 28 15:13:02 2016 -0400 @@ -19,14 +19,14 @@ ### . AC_PREREQ([2.63]) -AC_INIT([GNU Octave], [4.2.0-rc2], [http://octave.org/bugs.html], [octave]) +AC_INIT([GNU Octave], [4.3.0+], [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=2 -OCTAVE_PATCH_VERSION=0-rc2 +OCTAVE_MINOR_VERSION=3 +OCTAVE_PATCH_VERSION=0+ dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg OCTAVE_VERSION="$PACKAGE_VERSION"