comparison configure.ac @ 18093:a1e4282f5254 gui-release

set version number to 3.9.0+ on gui-release branch * configure.ac (OCTAVE_VERSION): Set to 3.9.0+.
author John W. Eaton <jwe@octave.org>
date Thu, 05 Dec 2013 12:04:07 -0500
parents 76006571e45a
children 5559a8bbca82
comparison
equal deleted inserted replaced
18092:8cf2b8617e85 18093:a1e4282f5254
17 ### You should have received a copy of the GNU General Public License 17 ### You should have received a copy of the GNU General Public License
18 ### along with Octave; see the file COPYING. If not, see 18 ### along with Octave; see the file COPYING. If not, see
19 ### <http://www.gnu.org/licenses/>. 19 ### <http://www.gnu.org/licenses/>.
20 20
21 AC_PREREQ([2.62]) 21 AC_PREREQ([2.62])
22 AC_INIT([GNU Octave], [4.1.0+], [http://octave.org/bugs.html], [octave]) 22 AC_INIT([GNU Octave], [3.9.0+], [http://octave.org/bugs.html], [octave])
23 23
24 dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg 24 dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg
25 OCTAVE_VERSION="$PACKAGE_VERSION" 25 OCTAVE_VERSION="$PACKAGE_VERSION"
26 OCTAVE_API_VERSION_NUMBER="48" 26 OCTAVE_API_VERSION_NUMBER="48"
27 OCTAVE_API_VERSION="api-v$OCTAVE_API_VERSION_NUMBER+" 27 OCTAVE_API_VERSION="api-v$OCTAVE_API_VERSION_NUMBER+"