# HG changeset patch # User John W. Eaton # Date 1308776447 14400 # Node ID a79fb48f05bc19783c0fb0369983ffd603aee6a7 # Parent e548ef3eb3996b8e7c48129093f5cf7202354f33 Second release candidate for 3.4.2 * configure.ac (AC_INIT): Version is now 3.4.2-rc2. diff -r e548ef3eb399 -r a79fb48f05bc configure.ac --- a/configure.ac Wed Jun 22 16:59:54 2011 -0400 +++ b/configure.ac Wed Jun 22 17:00:47 2011 -0400 @@ -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"