comparison build-aux/common.mk @ 18229:b6b6e0dc700e stable

provide version number macros (bug #41045) * configure.ac (OCTAVE_MAJOR_VERSION, OCTAVE_MINOR_VERSION, OCTAVE_PATCH_VERSION): New variables. * common.mk: Substitute them. * version.in.h: Substitute them. * libinterp/Makefile.am (version.h): Don't substitute OCTAVE_API_VERSION_NUMBER.
author John W. Eaton <jwe@octave.org>
date Tue, 07 Jan 2014 11:36:21 -0500
parents 82c94987abc6
children 18e50356e5e3 d8abf813c69f
comparison
equal deleted inserted replaced
18228:64f178d8e1e0 18229:b6b6e0dc700e
20 GNUPLOT = @GNUPLOT@ 20 GNUPLOT = @GNUPLOT@
21 21
22 DESKTOP_FILE_INSTALL = @DESKTOP_FILE_INSTALL@ 22 DESKTOP_FILE_INSTALL = @DESKTOP_FILE_INSTALL@
23 23
24 OCTAVE_VERSION = @OCTAVE_VERSION@ 24 OCTAVE_VERSION = @OCTAVE_VERSION@
25 OCTAVE_API_VERSION_NUMBER = @OCTAVE_API_VERSION_NUMBER@ 25 OCTAVE_MAJOR_VERSION = @OCTAVE_MAJOR_VERSION@
26 OCTAVE_MINOR_VERSION = @OCTAVE_MINOR_VERSION@
27 OCTAVE_PATCH_VERSION = @OCTAVE_PATCH_VERSION@
26 OCTAVE_API_VERSION = @OCTAVE_API_VERSION@ 28 OCTAVE_API_VERSION = @OCTAVE_API_VERSION@
27 OCTAVE_RELEASE_DATE = @OCTAVE_RELEASE_DATE@ 29 OCTAVE_RELEASE_DATE = @OCTAVE_RELEASE_DATE@
28 OCTAVE_COPYRIGHT = @OCTAVE_COPYRIGHT@ 30 OCTAVE_COPYRIGHT = @OCTAVE_COPYRIGHT@
29 31
30 version = $(OCTAVE_VERSION) 32 version = $(OCTAVE_VERSION)