Mercurial > hg > octave-nkf
changeset 12768:a79fb48f05bc stable
Second release candidate for 3.4.2
* configure.ac (AC_INIT): Version is now 3.4.2-rc2.
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 22 Jun 2011 17:00:47 -0400 |
parents | e548ef3eb399 |
children | 5a44c5f79638 |
files | configure.ac |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ EXTERN_CFLAGS="$CFLAGS" EXTERN_CXXFLAGS="$CXXFLAGS" -AC_INIT([GNU Octave], [3.4.2-rc1], [http://octave.org/bugs.html], [octave]) +AC_INIT([GNU Octave], [3.4.2-rc2], [http://octave.org/bugs.html], [octave]) dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg OCTAVE_VERSION="$PACKAGE_VERSION"