changeset 664:7d86cace6e7f

[project @ 1994-09-01 14:01:51 by jwe]
author jwe
date Thu, 01 Sep 1994 14:01:51 +0000
parents 9293c023dd2d
children 2aeae851a164
files src/variables.cc
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/variables.cc
+++ b/src/variables.cc
@@ -1308,6 +1308,9 @@
   DEFVAR ("LOADPATH", SBV_LOADPATH, load_path, 0, 0, 1, sv_loadpath,
     "colon separated list of directories to search for scripts");
 
+  DEFVAR ("OCTAVE_VERSION", SBV_version, version_string, 0, 1, 1, 0,
+    "Octave version");
+
   DEFVAR ("PAGER", SBV_PAGER, default_pager (), 0, 0, 1, sv_pager_binary,
     "path to pager binary");