From 6564b9886379f72fd85a64cbc7773f814b507cbc Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Thu, 1 Dec 2005 21:34:08 +0000 Subject: [PATCH] Removed version information that is no longer used. svn: r1468 --- collects/mysterx/info.ss | 4 +--- collects/mzcom/info.ss | 2 -- collects/openssl/info.ss | 4 +--- collects/srpersist/info.ss | 4 +--- 4 files changed, 3 insertions(+), 11 deletions(-) diff --git a/collects/mysterx/info.ss b/collects/mysterx/info.ss index 38f76445be..804944c5e5 100644 --- a/collects/mysterx/info.ss +++ b/collects/mysterx/info.ss @@ -11,6 +11,4 @@ "MysterX also has a programmable Web browser with support for " "Dynamic HTML.")) (define compile-omit-files '("mxdemo.ss")) - (define post-install-collection "installer.ss") - (define release-version "299") - (define release-iteration "0")) + (define post-install-collection "installer.ss")) diff --git a/collects/mzcom/info.ss b/collects/mzcom/info.ss index ba590c3a6b..2992e9b834 100644 --- a/collects/mzcom/info.ss +++ b/collects/mzcom/info.ss @@ -6,6 +6,4 @@ (define blurb (list "MzCOM is a COM class that makes Scheme available to any COM client.")) - (define release-version "299") - (define release-iteration "0") (define post-install-collection "installer.ss")) diff --git a/collects/openssl/info.ss b/collects/openssl/info.ss index b442356651..07d1eb5d9b 100644 --- a/collects/openssl/info.ss +++ b/collects/openssl/info.ss @@ -4,6 +4,4 @@ (define compile-omit-files '("mzssl.ss")) (define pre-install-collection "pre-installer.ss") (define blurb '("The SSL collection provides a driver for using the OpenSSL " - "secure connection library.")) - (define release-version "299") - (define release-iteration "0")) + "secure connection library."))) diff --git a/collects/srpersist/info.ss b/collects/srpersist/info.ss index c4c338a2f6..6f3709758c 100644 --- a/collects/srpersist/info.ss +++ b/collects/srpersist/info.ss @@ -13,6 +13,4 @@ "srpersist.ss")) (define blurb (list - "SrPersist is an extension for using ODBC databases from Scheme.")) - (define release-version "299") - (define release-iteration "0")) + "SrPersist is an extension for using ODBC databases from Scheme.")))