Skip to content

Commit

Permalink
Update ASDF files to fix typo in version number reading from file
Browse files Browse the repository at this point in the history
  • Loading branch information
thephoeron committed Jul 8, 2022
1 parent 803f3f5 commit aa9e950
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bit-smasher-test.asd
Expand Up @@ -17,7 +17,7 @@
:homepage "https://thephoeron.common-lisp.dev/bit-smasher/"
:source-control (:git "https://gitlab.common-lisp.net/thephoeron/bit-smasher/")
:bug-tracker "https://gitlab.common-lisp.net/thephoeron/bit-smasher/-/issues/"
:version (:from-file-form "VERSION")
:version (:read-file-form "VERSION")
:license "MIT"
:depends-on (bit-smasher
prove)
Expand Down
2 changes: 1 addition & 1 deletion bit-smasher.asd
Expand Up @@ -17,7 +17,7 @@
:homepage "https://thephoeron.common-lisp.dev/bit-smasher/"
:source-control (:git "https://gitlab.common-lisp.net/thephoeron/bit-smasher/")
:bug-tracker "https://gitlab.common-lisp.net/thephoeron/bit-smasher/-/issues/"
:version (:from-file-form "VERSION")
:version (:read-file-form "VERSION")
:license "MIT"
:pathname "src/"
:serial t
Expand Down

0 comments on commit aa9e950

Please sign in to comment.