Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gendl
gendl
Commits
43b09066
Commit
43b09066
authored
Jul 15, 2013
by
Dave Cooper
Browse files
bumped version number and added to *features* list.
parent
96b594ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
base/source/parameters.lisp
View file @
43b09066
...
...
@@ -21,7 +21,7 @@
(
in-package
:gdl
)
(
defparameter
*gendl-version*
"158
3
"
)
(
defparameter
*gendl-version*
"158
4
"
)
(
eval-when
(
compile
load
eval
)
(
when
(
not
(
boundp
'*production-build?*
))
(
defvar
*production-build?*
nil
)))
...
...
base/zzinit/source/initialize.lisp
View file @
43b09066
...
...
@@ -30,6 +30,7 @@
:type
nil
:directory
(
butlast
(
pathname-directory
glisp:*gdl-program-home*
))
:defaults
glisp:*gdl-program-home*
))
(
pushnew
(
make-keyword
(
format
nil
"gendl-~a"
*gendl-version*
)
*features*
))
(
glisp:set-genworks-source-home-if-known
)
(
glisp:set-default-float-format
)
(
glisp:set-defpackage-behavior
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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