comparison scripts/miscellaneous/version.m @ 7411:83a8781b529d

[project @ 2008-01-22 21:52:25 by jwe]
author jwe
date Tue, 22 Jan 2008 21:52:26 +0000
parents a1dbe9d80eee
children a2d9f325b65a
comparison
equal deleted inserted replaced
7410:8a3b2ccc4e11 7411:83a8781b529d
31 endif 31 endif
32 32
33 vs = OCTAVE_VERSION; 33 vs = OCTAVE_VERSION;
34 34
35 endfunction 35 endfunction
36
37 %!assert(isstr (version ()) && strcmp (version (), OCTAVE_VERSION));
38
39 %!warning version (1);
40