Update of /cvsroot/fxruby/FXRuby
In directory usw-pr-cvs1:/tmp/cvs-serv25348
Modified Files:
Tag: release10
setversions.rb ANNOUNCE
Log Message:
Updated the FXRuby home page URL to http://www.fxruby.org in the
setversions.rb script.
Index: setversions.rb
===================================================================
RCS file: /cvsroot/fxruby/FXRuby/setversions.rb,v
retrieving revision 1.15
retrieving revision 1.15.2.1
diff -C2 -d -r1.15 -r1.15.2.1
*** setversions.rb 18 Jan 2002 00:01:58 -0000 1.15
--- setversions.rb 30 Apr 2002 19:05:49 -0000 1.15.2.1
***************
*** 16,20 ****
"@@FOX_VERSION@@" => fox_version,
"@@FXRUBY_VERSION@@" => fxruby_version,
! "@@FXRUBY_HOME_URL@@" => "http://fxruby.sourceforge.net",
"@@FXRUBY_SRC_URL@@" => "http://prdownloads.sourceforge.net/fxruby/FXRuby-" + fxruby_version + ".tar.gz",
"@@FXRUBY_WIN32_URL@@" => "http://prdownloads.sourceforge.net/fxruby/FXRuby-" + fxruby_version + "-win32.exe",
--- 16,20 ----
"@@FOX_VERSION@@" => fox_version,
"@@FXRUBY_VERSION@@" => fxruby_version,
! "@@FXRUBY_HOME_URL@@" => "http://www.fxruby.org",
"@@FXRUBY_SRC_URL@@" => "http://prdownloads.sourceforge.net/fxruby/FXRuby-" + fxruby_version + ".tar.gz",
"@@FXRUBY_WIN32_URL@@" => "http://prdownloads.sourceforge.net/fxruby/FXRuby-" + fxruby_version + "-win32.exe",
Index: ANNOUNCE
===================================================================
RCS file: /cvsroot/fxruby/FXRuby/ANNOUNCE,v
retrieving revision 1.26
retrieving revision 1.26.2.1
diff -C2 -d -r1.26 -r1.26.2.1
*** ANNOUNCE 13 Mar 2002 18:18:20 -0000 1.26
--- ANNOUNCE 30 Apr 2002 19:05:50 -0000 1.26.2.1
***************
*** 5,17 ****
The FXRuby home page is here:
! http://fxruby.sourceforge.net
and the source tarball can be downloaded here:
! http://prdownloads.sourceforge.net/fxruby/FXRuby-1.0.3.tar.gz
A binary installer for Windows, compatible with the mswin32-based versions of Ruby 1.6.x for Windows, is also available for download here:
! http://prdownloads.sourceforge.net/fxruby/FXRuby-1.0.3-win32.exe
Note that this release of FXRuby depends on FOX version 1.0.0 (or later), which
--- 5,17 ----
The FXRuby home page is here:
! http://www.fxruby.org
and the source tarball can be downloaded here:
! http://prdownloads.sourceforge.net/fxruby/FXRuby-1.0.10.tar.gz
A binary installer for Windows, compatible with the mswin32-based versions of Ruby 1.6.x for Windows, is also available for download here:
! http://prdownloads.sourceforge.net/fxruby/FXRuby-1.0.10-win32.exe
Note that this release of FXRuby depends on FOX version 1.0.0 (or later), which
|