Skip to content

Commit f83a3ac

Browse files
committed
Version 4.0.2 released.
* configure.ac: Bump version to 4.0.2. (OCTAVE_PATCH_VERSION): Bump to 2. (OCTAVE_RELEASE_DATE): Update. * liboctave/Makefile.am (liboctave_revision): Increment. * libinterp/Makefile.am (liboctinterp_revision): Increment.
1 parent 1c5374a commit f83a3ac

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,21 @@ dnl Copyright (C) 1993-2015 John W. Eaton
1919
### <http://www.gnu.org/licenses/>.
2020

2121
AC_PREREQ([2.63])
22-
AC_INIT([GNU Octave], [4.0.1], [http://octave.org/bugs.html], [octave])
22+
AC_INIT([GNU Octave], [4.0.2], [http://octave.org/bugs.html], [octave])
2323

2424
dnl Note that the version number is duplicated here and in AC_INIT
2525
dnl because AC_INIT requires it to be static, not computed from
2626
dnl shell variables.
2727
OCTAVE_MAJOR_VERSION=4
2828
OCTAVE_MINOR_VERSION=0
29-
OCTAVE_PATCH_VERSION=1
29+
OCTAVE_PATCH_VERSION=2
3030

3131
dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg
3232
OCTAVE_VERSION="$PACKAGE_VERSION"
3333

3434
OCTAVE_COPYRIGHT="Copyright (C) 2016 John W. Eaton and others."
3535

36-
OCTAVE_RELEASE_DATE="2016-03-21"
36+
OCTAVE_RELEASE_DATE="2016-04-20"
3737

3838
## The "API version" is used as a way of checking that interfaces in the
3939
## liboctave and libinterp libraries haven't changed in a backwardly

libinterp/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ liboctinterp_la_LIBADD = \
200200

201201
# Increment these as needed and according to the rules in the libtool manual:
202202
liboctinterp_current = 4
203-
liboctinterp_revision = 0
203+
liboctinterp_revision = 1
204204
liboctinterp_age = 1
205205

206206
liboctinterp_version_info = $(liboctinterp_current):$(liboctinterp_revision):$(liboctinterp_age)

liboctave/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ liboctave_la_LIBADD += \
9898

9999
# Increment these as needed and according to the rules in the libtool manual:
100100
liboctave_current = 3
101-
liboctave_revision = 1
101+
liboctave_revision = 2
102102
liboctave_age = 0
103103

104104
liboctave_version_info = $(liboctave_current):$(liboctave_revision):$(liboctave_age)

0 commit comments

Comments
 (0)