diff --git a/bit-smasher-test.asd b/bit-smasher-test.asd index 10e7465..9a9654d 100644 --- a/bit-smasher-test.asd +++ b/bit-smasher-test.asd @@ -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) diff --git a/bit-smasher.asd b/bit-smasher.asd index 76ea0d8..0e1c137 100644 --- a/bit-smasher.asd +++ b/bit-smasher.asd @@ -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