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

(cherry picked from commit cc70834024)
This commit is contained in:
Carl Eastlund 2011-10-18 16:18:32 -04:00 committed by Eli Barzilay
parent 0eb11080c2
commit 34f3b16626

View File

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