From cc70834024161a1f81b9c69f13a4ccdb0aad2032 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. --- 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