Mercurial > hg > octave-jordi
changeset 12766:1887d8400ba3 stable
First release candidate for 3.4.2
* configure.ac (AC_INIT): Version is now 3.4.2-rc1.
* NEWS: Update for release.
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Tue, 21 Jun 2011 12:57:40 -0400 |
parents | 3347ccb91708 |
children | e548ef3eb399 |
files | NEWS configure.ac |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +Summary of important user-visible changes for version 3.4.2: +----------------------------------------------------------- + + ** Octave 3.2.4 fixes some minor installation problems that affected + version 3.4.1. + Summary of important user-visible changes for version 3.4.1: -----------------------------------------------------------
--- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ EXTERN_CFLAGS="$CFLAGS" EXTERN_CXXFLAGS="$CXXFLAGS" -AC_INIT([GNU Octave], [3.4.1], [http://octave.org/bugs.html], [octave]) +AC_INIT([GNU Octave], [3.4.2-rc1], [http://octave.org/bugs.html], [octave]) dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg OCTAVE_VERSION="$PACKAGE_VERSION"