Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gendl
gendl
Commits
0814efa5
Commit
0814efa5
authored
Oct 28, 2013
by
Dave Cooper
Browse files
added parameter for patch level
parent
ba48ec59
Changes
1
Hide whitespace changes
Inline
Side-by-side
base/source/parameters.lisp
View file @
0814efa5
...
...
@@ -22,8 +22,9 @@
(
in-package
:gdl
)
(
defparameter
*gendl-version*
"1585"
)
(
defparameter
*gendl-patch-level*
nil
)
(
eval-when
(
compile
load
eval
)
(
eval-when
(
:
compile
-toplevel
:load-toplevel
:execute
)
(
when
(
not
(
boundp
'*production-build?*
))
(
defvar
*production-build?*
nil
)))
;;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment