comparison scripts/miscellaneous/version.m @ 3301:02866242d3ae

[project @ 1999-10-20 04:10:46 by jwe]
author jwe
date Wed, 20 Oct 1999 04:10:53 +0000
parents 8b262e771614
children 4c8a2e4e0717
comparison
equal deleted inserted replaced
3300:cfbe664b5ebf 3301:02866242d3ae
15 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
16 ## along with Octave; see the file COPYING. If not, write to the Free 16 ## along with Octave; see the file COPYING. If not, write to the Free
17 ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA 17 ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA
18 ## 02111-1307, USA. 18 ## 02111-1307, USA.
19 19
20 ## usage: version 20 ## -*- texinfo -*-
21 ## 21 ## @deftypefn {Function File} {} version ()
22 ## Return the Octave version number as a string. 22 ## Return Octave's version number as a string. This is also the value of
23 ## 23 ## the built-in variable @code{OCTAVE_VERSION}.
24 ## See also: OCTAVE_VERSION 24 ## @end deftypefn
25 25
26 ## Author: jwe 26 ## Author: jwe
27 27
28 function vs = version () 28 function vs = version ()
29 29