Chapters:
  1: Introduction
  2: Simple example
  3: Invocation
  4: Finer Control
  5: X-Y Plots
  6: Contour Plots
  7: Image Plots
  8: Examples
  9: Gri Commands
  10: Programming
  11: Environment
  12: Emacs Mode
  13: History
  14: Installation
  15: Gri Bugs
  16: Test Suite
  17: Acknowledgments
  18: License

Indices:
  Concepts
  Commands
  Variables
index.html#Top ListOfGriCommands.html#ListOfGriCommands Gri: About draw commands Gri: `filter' command index.html#Top Gri: `filter' command

9.3.10: `expecting'


expecting version .n.

Show a list of incompatibilites since the named version. This protects you from being clobbered by changes made to Gri, since you will be assured of being warned of these changes. For example, if you are doing a lot of work with version 2.1.0, but want to move up to a higher version, you would include the line `expecting version 2.0100' in all your commandfiles. Once you are sure that your commandfile will not be affected by the newer version, you should change the version that is expected.

Note: As of October 1996, Gri version numbers have been in the form `a.b.c'. Numerical version numbers are created by the formula `a + b/100 + c/10000'. For example, version `2.1.0' has a numerical value of `2.0100'.