From 8eb5c1114fbcbb8c4e0dcb0840aa6391eaa0021e Mon Sep 17 00:00:00 2001 From: Stephen Chang Date: Tue, 1 Jul 2014 13:25:54 -0400 Subject: [PATCH] add version numbers for TR pkgs original commit: 2dc59f7d6b0eee1c507175128a68b6c571da265c --- pkgs/typed-racket-pkgs/source-syntax/info.rkt | 2 ++ pkgs/typed-racket-pkgs/typed-racket-compatibility/info.rkt | 2 ++ pkgs/typed-racket-pkgs/typed-racket-doc/info.rkt | 2 ++ pkgs/typed-racket-pkgs/typed-racket-lib/info.rkt | 2 ++ pkgs/typed-racket-pkgs/typed-racket-more/info.rkt | 2 ++ pkgs/typed-racket-pkgs/typed-racket-test/info.rkt | 2 ++ pkgs/typed-racket-pkgs/typed-racket/info.rkt | 2 ++ 7 files changed, 14 insertions(+) diff --git a/pkgs/typed-racket-pkgs/source-syntax/info.rkt b/pkgs/typed-racket-pkgs/source-syntax/info.rkt index a0eebe8d..938d17ae 100644 --- a/pkgs/typed-racket-pkgs/source-syntax/info.rkt +++ b/pkgs/typed-racket-pkgs/source-syntax/info.rkt @@ -7,3 +7,5 @@ (define pkg-desc "find mappings from expanded to source syntax") (define pkg-authors '(samth stamourv eli)) + +(define version "1.1") \ No newline at end of file diff --git a/pkgs/typed-racket-pkgs/typed-racket-compatibility/info.rkt b/pkgs/typed-racket-pkgs/typed-racket-compatibility/info.rkt index 06e51270..ae6fd12c 100644 --- a/pkgs/typed-racket-pkgs/typed-racket-compatibility/info.rkt +++ b/pkgs/typed-racket-pkgs/typed-racket-compatibility/info.rkt @@ -10,3 +10,5 @@ (define pkg-desc "compatibility library for older Typed Racket-based languages") (define pkg-authors '(samth stamourv)) + +(define version "1.1") \ No newline at end of file diff --git a/pkgs/typed-racket-pkgs/typed-racket-doc/info.rkt b/pkgs/typed-racket-pkgs/typed-racket-doc/info.rkt index a98c7640..0d5672ae 100644 --- a/pkgs/typed-racket-pkgs/typed-racket-doc/info.rkt +++ b/pkgs/typed-racket-pkgs/typed-racket-doc/info.rkt @@ -23,3 +23,5 @@ (define pkg-desc "documentation part of \"typed-racket\"") (define pkg-authors '(samth stamourv)) + +(define version "1.1") \ No newline at end of file diff --git a/pkgs/typed-racket-pkgs/typed-racket-lib/info.rkt b/pkgs/typed-racket-pkgs/typed-racket-lib/info.rkt index 2d28479f..9cf1d07b 100644 --- a/pkgs/typed-racket-pkgs/typed-racket-lib/info.rkt +++ b/pkgs/typed-racket-pkgs/typed-racket-lib/info.rkt @@ -15,3 +15,5 @@ (define pkg-desc "implementation (no documentation) part of \"typed-racket\"") (define pkg-authors '(samth stamourv)) + +(define version "1.1") \ No newline at end of file diff --git a/pkgs/typed-racket-pkgs/typed-racket-more/info.rkt b/pkgs/typed-racket-pkgs/typed-racket-more/info.rkt index 9cf3febd..ba4b1f59 100644 --- a/pkgs/typed-racket-pkgs/typed-racket-more/info.rkt +++ b/pkgs/typed-racket-pkgs/typed-racket-more/info.rkt @@ -16,3 +16,5 @@ (define pkg-desc "Types for various libraries") (define pkg-authors '(samth stamourv)) + +(define version "1.1") \ No newline at end of file diff --git a/pkgs/typed-racket-pkgs/typed-racket-test/info.rkt b/pkgs/typed-racket-pkgs/typed-racket-test/info.rkt index c92f6a3f..8c6f3ba1 100644 --- a/pkgs/typed-racket-pkgs/typed-racket-test/info.rkt +++ b/pkgs/typed-racket-pkgs/typed-racket-test/info.rkt @@ -20,3 +20,5 @@ (define pkg-desc "tests for \"typed-racket\"") (define pkg-authors '(samth stamourv)) + +(define version "1.1") \ No newline at end of file diff --git a/pkgs/typed-racket-pkgs/typed-racket/info.rkt b/pkgs/typed-racket-pkgs/typed-racket/info.rkt index 8e7e11e3..6f050a9b 100644 --- a/pkgs/typed-racket-pkgs/typed-racket/info.rkt +++ b/pkgs/typed-racket-pkgs/typed-racket/info.rkt @@ -10,3 +10,5 @@ (define pkg-desc "The implementation of the Typed Racket language") (define pkg-authors '(samth stamourv)) + +(define version "1.1") \ No newline at end of file