Mercurial > hg > octave-nkf
changeset 15883:fefd7c4a1309
maint: bump version number to 3.7.1+
* configure.ac (AC_INIT): Set version to 3.7.1+.
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 03 Jan 2013 01:59:08 -0500 |
parents | b4fc49f82ac3 |
children | 9ede91b3872b |
files | configure.ac |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ ### <http://www.gnu.org/licenses/>. AC_PREREQ([2.62]) -AC_INIT([GNU Octave], [3.7.1], [http://octave.org/bugs.html], [octave]) +AC_INIT([GNU Octave], [3.7.1+], [http://octave.org/bugs.html], [octave]) dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg OCTAVE_VERSION="$PACKAGE_VERSION"