[Gd-chatter] r11304 - in trunk/fundev: packages/win32-nsis sources/lib/release-info
hannes at gwydiondylan.org
hannes at gwydiondylan.org
Fri Apr 27 22:12:33 CEST 2007
Author: hannes
Date: Fri Apr 27 22:12:31 2007
New Revision: 11304
Modified:
trunk/fundev/packages/win32-nsis/fundev.nsi
trunk/fundev/sources/lib/release-info/common-info.dylan
Log:
Job: fd
bump beta version number to 4
Modified: trunk/fundev/packages/win32-nsis/fundev.nsi
==============================================================================
--- trunk/fundev/packages/win32-nsis/fundev.nsi (original)
+++ trunk/fundev/packages/win32-nsis/fundev.nsi Fri Apr 27 22:12:31 2007
@@ -20,7 +20,7 @@
;;; Application defines
;;;
!define APPNAME "Open Dylan"
-!define APPVERSION "1.0 Beta 3"
+!define APPVERSION "1.0 Beta 4"
!define APPNAMEANDVERSION "${APPNAME} ${APPVERSION}"
;;;-------------------------------------
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 Apr 27 22:12:31 2007
@@ -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 3]";
+define constant $release-version = "Version 1.0 [Beta 4]";
define constant $release-version-type = #"1.0";
define constant $release-beta? = #t;
More information about the chatter
mailing list