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
clpm
clpm
Commits
16ce30da
Commit
16ce30da
authored
Aug 13, 2019
by
Eric Timmons
Browse files
Bump version
parent
64608b20
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/clpm/version.lisp
View file @
16ce30da
...
...
@@ -15,11 +15,11 @@
;; NOTE: If this form changes position in this file you *must* update clpm.asd as
;; well.
(
defparameter
*version-for-asdf*
"0.
0.9
"
(
defparameter
*version-for-asdf*
"0.
1.0
"
"ASDF is overly picky about its version numbers. This should be the primary
version number (no prerelease info) as ~*base-version*~."
)
(
defparameter
*base-version*
"0.
0.9
"
(
defparameter
*base-version*
"0.
1.0
"
"The base version number of CLPM."
)
(
defparameter
*full-version*
nil
...
...
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