[Gd-chatter] r10747 - in trunk/fundev/sources/lib: build-system release-info

andreas at gwydiondylan.org andreas at gwydiondylan.org
Fri May 19 16:35:08 CEST 2006


Author: andreas
Date: Fri May 19 16:35:05 2006
New Revision: 10747

Modified:
   trunk/fundev/sources/lib/build-system/paths.dylan
   trunk/fundev/sources/lib/release-info/common-info.dylan
Log:
job: fd

 * Change default user root to .../Open-Dylan to avoid spaces
 * Bump version number to 1.0beta2


Modified: trunk/fundev/sources/lib/build-system/paths.dylan
==============================================================================
--- trunk/fundev/sources/lib/build-system/paths.dylan	(original)
+++ trunk/fundev/sources/lib/build-system/paths.dylan	Fri May 19 16:35:05 2006
@@ -138,6 +138,6 @@
       as(<directory-locator>, read-environment-variable("APPDATA"))
     else
       home-directory()
-    end, "Open Dylan");
+    end, "Open-Dylan");
   (path & as(<directory-locator>, path)) | default;
 end;

Modified: trunk/fundev/sources/lib/release-info/common-info.dylan
==============================================================================
--- trunk/fundev/sources/lib/release-info/common-info.dylan	(original)
+++ trunk/fundev/sources/lib/release-info/common-info.dylan	Fri May 19 16:35:05 2006
@@ -51,7 +51,7 @@
 define constant $release-product-name     = "Open Dylan";
 define constant $release-edition          = "Hacker Edition";
 define constant $release-edition-type     = #"internal";
-define constant $release-version          = "Version 1.0 [Beta 1]";
+define constant $release-version          = "Version 1.0 [Beta 2]";
 define constant $release-version-type     = #"1.0";
 define constant $release-beta?            = #t;
 



More information about the chatter mailing list