1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-17 22:22:25 +02:00

* tests/version.test: test (effective-version).

This commit is contained in:
Rob Browning 2002-12-08 20:44:10 +00:00
parent 5a3300a23b
commit dc0c5a1efc

View file

@ -27,4 +27,7 @@
(string=? (version)
(string-append (major-version) "."
(minor-version) "."
(micro-version)))))
(micro-version)))
(string=? (effective-version)
(string-append (major-version) "."
(minor-version)))))