[Fxruby-commits] CVS: FXRuby/fox-includes README,1.1,1.2 fxver.h,1.24,1.25
Status: Inactive
Brought to you by:
lyle
From: Lyle J. <ly...@us...> - 2002-07-11 13:33:16
|
Update of /cvsroot/fxruby/FXRuby/fox-includes In directory usw-pr-cvs1:/tmp/cvs-serv26972/fox-includes Modified Files: README fxver.h Log Message: Merged changes from the release10 branch back onto the main trunk. Index: README =================================================================== RCS file: /cvsroot/fxruby/FXRuby/fox-includes/README,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** README 12 Jan 2001 18:04:13 -0000 1.1 --- README 11 Jul 2002 13:33:13 -0000 1.2 *************** *** 1,4 **** This directory just contains an archived copy of the include files from the ! standard FOX distribution on which this release of Ruby/FOX is based. This gives the maintainer a good frame of reference for comparing against newer FOX releases, to see what's changed in the API. --- 1,4 ---- This directory just contains an archived copy of the include files from the ! standard FOX distribution on which this release of FXRuby is based. This gives the maintainer a good frame of reference for comparing against newer FOX releases, to see what's changed in the API. Index: fxver.h =================================================================== RCS file: /cvsroot/fxruby/FXRuby/fox-includes/fxver.h,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** fxver.h 3 Apr 2002 23:24:07 -0000 1.24 --- fxver.h 11 Jul 2002 13:33:13 -0000 1.25 *************** *** 6,10 **** #define FOX_MAJOR 1 #define FOX_MINOR 0 ! #define FOX_LEVEL 5 --- 6,10 ---- #define FOX_MAJOR 1 #define FOX_MINOR 0 ! #define FOX_LEVEL 10 |