<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -44,5 +44,7 @@ Style guide to writing code for the LeftParen project:
   mode version.  This locks in that version so that if someone is using LeftParen in, say,
   production, they don't get automatically upgraded.  E.g.,
   
-  (planet &quot;foo.ss&quot; (&quot;somebody&quot; &quot;baz.plt&quot; 2 (= 1)))
+  (planet &quot;foo.ss&quot; (&quot;somebody&quot; &quot;baz.plt&quot; 2 (= 1)))  or
+  (planet somebody/baz:2:=1/foo)
+
 </diff>
      <filename>STYLE.txt</filename>
    </modified>
    <modified>
      <diff>@@ -7,7 +7,6 @@
          &quot;web-support.scm&quot;
          &quot;settings.scm&quot;
          &quot;page.scm&quot;)
-         ; xxx used? (planet &quot;uuid-v4.ss&quot; (&quot;zitterbewegung&quot; &quot;uuid-v4.plt&quot; 1 0)))
 
 (provide ;; atom-feed (via contract)
          ;; atom-item (via contract)</diff>
      <filename>feed.ss</filename>
    </modified>
    <modified>
      <diff>@@ -10,7 +10,7 @@
 (provide generate-project)
 
 (define PLANET_MAJOR_VERISON 4)
-(define PLANET_MINOR_VERSION 0)
+(define PLANET_MINOR_VERSION 1)
 
 (define (generate-project cmd-line-args-vec)
   (match cmd-line-args-vec
@@ -133,4 +133,4 @@
 
 (define (expr-for-lp-require filename-rel-to-lib-root)
   `(planet ,filename-rel-to-lib-root (&quot;vegashacker&quot; &quot;leftparen.plt&quot;
-                                      ,PLANET_MAJOR_VERISON ,PLANET_MINOR_VERSION)))
+                                      ,PLANET_MAJOR_VERISON (= ,PLANET_MINOR_VERSION))))</diff>
      <filename>generate-lib.scm</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,8 @@
 #lang scheme/base
 
 (require scheme/match
-         (planet untyped/dispatch:1:7/dispatch)
-         (planet jaymccarthy/with-bindings:1:2/with-bindings)
+         (planet untyped/dispatch:1:=7/dispatch)
+         (planet jaymccarthy/with-bindings:1:=2/with-bindings)
          web-server/servlet-env
          web-server/dispatchers/dispatch
          web-server/configuration/responders
@@ -31,8 +31,8 @@
 (provide
 
  ;; the work of others:
- (all-from-out (planet untyped/dispatch:1:7/dispatch))
- (all-from-out (planet jaymccarthy/with-bindings:1:2/with-bindings))
+ (all-from-out (planet untyped/dispatch:1:=7/dispatch))
+ (all-from-out (planet jaymccarthy/with-bindings:1:=2/with-bindings))
 
  ;; built-in PLT tools:
  request-bindings</diff>
      <filename>leftparen.scm</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,7 @@
 #lang scheme/base
 
 (require net/url
-         (planet untyped/dispatch:1:7/dispatch)
-         (planet &quot;digest.ss&quot; (&quot;soegaard&quot; &quot;digest.plt&quot; 1 1))
+         (planet untyped/dispatch:1:=7/dispatch)
          &quot;util.scm&quot;
          &quot;web-export.ss&quot;
          &quot;web-support.scm&quot;</diff>
      <filename>page.scm</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@
 
 (require &quot;util.scm&quot;
          &quot;record.scm&quot;
-         (planet &quot;rfc3339.ss&quot; (&quot;neil&quot; &quot;rfc3339.plt&quot; 1 0)))
+         (planet &quot;rfc3339.ss&quot; (&quot;neil&quot; &quot;rfc3339.plt&quot; 1 (= 0))))
 
 (provide created-when
          created-when-str</diff>
      <filename>time.scm</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>989b54ea1d7bc0e333eff58edc502aab1c1ac68d</id>
    </parent>
  </parents>
  <author>
    <name>Rob Hunter</name>
    <email>rob.hunter@gmail.com</email>
  </author>
  <url>http://github.com/vegashacker/leftparen/commit/7579d58d115106b0d841c353169dd2515daffa6a</url>
  <id>7579d58d115106b0d841c353169dd2515daffa6a</id>
  <committed-date>2009-01-12T08:24:38-08:00</committed-date>
  <authored-date>2009-01-12T08:24:38-08:00</authored-date>
  <message>lil updates to lock in version</message>
  <tree>fe365ba4d3f882cf9a06f5ee9c6b27f45856509b</tree>
  <committer>
    <name>Rob Hunter</name>
    <email>rob.hunter@gmail.com</email>
  </committer>
</commit>
