1 Application
2 Autosave
3 Canvas
4 Color Model
5 Color Prefs
6 Color
7 Comment Box
8 Editor Snip
9 Editor
10 Exit
11 Finder
12 Frame
13 Group
14 GUI Utilities
15 Handler
16 Icon
17 Keymap
18 Menu
19 Mode
20 Number Snip
21 Panel
22 Pasteboard
23 Path Utils
24 Preferences
25 Preferences, Textual
26 Scheme
27 Text
28 Test
29 Version
Index
On this page:
version: add-spec
version: version
Version: 4.0.2

 

29 Version

(version:add-spec spec revision)  void?

  spec : any/c

  revision : any/c

These two values are appended to the version string. write is used to transform them to strings. For example:

(version:add-spec 's 1)

in version 205 will make the version string be 205s1. The symbols 'f and 'd are used internally for framework and drscheme revisions.

(version:version)  string?

This function returns a string describing the version of this application. See also version:add-spec.