Changeset 63 for trunk/orca

Show
Ignore:
Timestamp:
02/26/06 17:02:40 (3 years ago)
Author:
krobillard
Message:

Version bump to 0.0.24. Project.r now includes tests/orca.

Location:
trunk/orca
Files:
6 modified

Legend:

Unmodified
Added
Removed
  • trunk/orca/ChangeLog

    r55 r63  
    22 
    33 
    4 V0.0.23 - ?? February 2005 
     4V0.0.24 - ?? March 2006 
     5 
     6    *  
     7 
     8 
     9V0.0.23 - 26 February 2006 
    510 
    611    * Foreach no longer creates a new context. Use 'rebol in config.r to 
  • trunk/orca/README

    r1 r63  
    1         ORCA v0.0.23 README 
     1        ORCA v0.0.24 README 
    22 
    33 
  • trunk/orca/boot.c

    r1 r63  
    381381  "orca: true\n" 
    382382  "system: context [\n" 
    383   "    version: 0.0.23\n" 
     383  "    version: 0.0.24\n" 
    384384  "    os: none\n" 
    385385  "    error: context [\n" 
  • trunk/orca/ovalue.h

    r61 r63  
    3434 
    3535 
    36 #define OR_VERSION_STR  "0.0.23" 
    37 #define OR_VERSION      0x000023 
     36#define OR_VERSION_STR  "0.0.24" 
     37#define OR_VERSION      0x000024 
    3838 
    3939 
  • trunk/orca/project.r

    r61 r63  
    1919    %tests/run_test 
    2020    %tests/working 
     21    %tests/orca_test 
     22    %tests/orca 
    2123    %support/bzip2 
    2224    %util 
  • trunk/orca/tests/Makefile

    r60 r63  
    66 
    77clean: 
    8         @rm -f rebol/*.outr rebol/*.out 
    98        @rm -f working/*.outr working/*.out 
    109        @rm -f orca/*.out