changeset 1219:8c3727b6d185

[project @ 1995-04-08 20:45:52 by jwe]
author jwe
date Sat, 08 Apr 1995 20:45:52 +0000
parents 90ecb04a1e52
children f6cca79f2721
files src/variables.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/variables.cc	Sat Apr 08 20:41:33 1995 +0000
+++ b/src/variables.cc	Sat Apr 08 20:45:52 1995 +0000
@@ -1490,7 +1490,7 @@
 	  sv_imagepath,
     "colon separated list of directories to search for image files");
 
-  DEFVAR ("OCTAVE_VERSION", SBV_version, version_string, 0, 1, 1, 0,
+  DEFVAR ("OCTAVE_VERSION", SBV_version, OCTAVE_VERSION, 0, 1, 1, 0,
     "Octave version");
 
   DEFVAR ("PAGER", SBV_PAGER, default_pager (), 0, 0, 1, sv_pager_binary,