Mercurial > hg > octave-thorsten
changeset 14166:7d6b8bc3fa2f stable
append + to version
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Fri, 06 Jan 2012 16:48:00 -0500 |
parents | 4f04284f45e9 |
children | 906eecd4bf43 |
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.5.92], [http://octave.org/bugs.html], [octave]) +AC_INIT([GNU Octave], [3.5.92+], [http://octave.org/bugs.html], [octave]) dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg OCTAVE_VERSION="$PACKAGE_VERSION"