Made constructed planet links force the minor version for more reliable self-reference.

This commit is contained in:
Carl Eastlund 2011-10-18 16:18:32 -04:00
parent bb828c312f
commit cc70834024

View File

@ -43,7 +43,7 @@
(match (syntax-source-planet-package stx) (match (syntax-source-planet-package stx)
[(list owner name major minor) [(list owner name major minor)
(string->symbol (string->symbol
(format "~a/~a:~a:~a~a" (format "~a/~a:~a:=~a~a"
owner owner
(regexp-replace "\\.plt$" name "") (regexp-replace "\\.plt$" name "")
major major