From 34f3b16626b3a0e50a1d5eddf8796b5ff91a7daa Mon Sep 17 00:00:00 2001 From: Carl Eastlund Date: Tue, 18 Oct 2011 16:18:32 -0400 Subject: [PATCH] Made constructed planet links force the minor version for more reliable self-reference. (cherry picked from commit cc70834024161a1f81b9c69f13a4ccdb0aad2032) --- collects/planet/syntax.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/planet/syntax.rkt b/collects/planet/syntax.rkt index 43b62fdfbb..6768d538ff 100644 --- a/collects/planet/syntax.rkt +++ b/collects/planet/syntax.rkt @@ -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