Changeset 7281
- Timestamp:
- Sep 24, 2007, 2:42:55 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/level-1/l1-application.lisp
r6970 r7281 183 183 "Return a string which (arbitrarily) represents the application version. 184 184 Default version returns OpenMCL version info." 185 (format nil "~&~d.~d~@[.~d~]~@[-~a~]~&" 186 *openmcl-major-version* 187 *openmcl-minor-version* 188 (unless (zerop *openmcl-revision*) 189 *openmcl-revision*) 190 *openmcl-suffix*)) 185 (lisp-implementation-version)) 191 186 192 187 (defmethod application-ui-operation ((a application) operation &rest args)
Note: See TracChangeset
for help on using the changeset viewer.