Changeset 463 for openbios-devel


Ignore:
Timestamp:
Mar 1, 2009 9:07:47 PM (4 years ago)
Author:
blueswirl
Message:

Version 1.0

Location:
openbios-devel
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • openbios-devel/config/examples/amd64_rules.xml

    r434 r463  
    3838all: versions dictionaries host-libraries target-libraries host-executables target-executables 
    3939 
    40 VERSION := "1.0RC1" 
     40VERSION := "1.0" 
    4141 
    4242versions: $(ODIR)/target/include/openbios-version.h $(ODIR)/forth/version.fs 
  • openbios-devel/config/examples/cross-ppc_rules.xml

    r434 r463  
    4343all: mol versions dictionaries host-libraries target-libraries host-executables target-executables 
    4444 
    45 VERSION := "1.0RC1" 
     45VERSION := "1.0" 
    4646 
    4747versions: $(ODIR)/target/include/openbios-version.h $(ODIR)/forth/version.fs 
  • openbios-devel/config/examples/cross-sparc32_rules.xml

    r434 r463  
    3939all: versions dictionaries host-libraries target-libraries host-executables target-executables 
    4040 
    41 VERSION := "1.0RC1" 
     41VERSION := "1.0" 
    4242 
    4343versions: $(ODIR)/target/include/openbios-version.h $(ODIR)/forth/version.fs 
  • openbios-devel/config/examples/cross-sparc64_rules.xml

    r434 r463  
    4040all: versions dictionaries host-libraries target-libraries host-executables target-executables 
    4141 
    42 VERSION := "1.0RC1" 
     42VERSION := "1.0" 
    4343 
    4444versions: $(ODIR)/target/include/openbios-version.h $(ODIR)/forth/version.fs 
  • openbios-devel/config/examples/cross-x86_rules.xml

    r434 r463  
    4040all: versions dictionaries host-libraries target-libraries host-executables target-executables 
    4141 
    42 VERSION := "1.0RC1" 
     42VERSION := "1.0" 
    4343 
    4444versions: $(ODIR)/target/include/openbios-version.h $(ODIR)/forth/version.fs 
  • openbios-devel/config/examples/ppc_rules.xml

    r434 r463  
    4242all: mol versions dictionaries host-libraries target-libraries host-executables target-executables 
    4343 
    44 VERSION := "1.0RC1" 
     44VERSION := "1.0" 
    4545 
    4646versions: $(ODIR)/target/include/openbios-version.h $(ODIR)/forth/version.fs 
  • openbios-devel/config/examples/sparc32_rules.xml

    r434 r463  
    4444all: versions dictionaries host-libraries target-libraries host-executables target-executables 
    4545 
    46 VERSION := "1.0RC1" 
     46VERSION := "1.0" 
    4747 
    4848versions: $(ODIR)/target/include/openbios-version.h $(ODIR)/forth/version.fs 
  • openbios-devel/config/examples/sparc64_rules.xml

    r434 r463  
    4545all: versions dictionaries host-libraries target-libraries host-executables target-executables 
    4646 
    47 VERSION := "1.0RC1" 
     47VERSION := "1.0" 
    4848 
    4949versions: $(ODIR)/target/include/openbios-version.h $(ODIR)/forth/version.fs 
  • openbios-devel/config/examples/x86_rules.xml

    r434 r463  
    4242all: versions dictionaries host-libraries target-libraries host-executables target-executables 
    4343 
    44 VERSION := "1.0RC1" 
     44VERSION := "1.0" 
    4545 
    4646versions: $(ODIR)/target/include/openbios-version.h $(ODIR)/forth/version.fs 
  • openbios-devel/include/mconfig.h

    r284 r463  
    6767 
    6868/* Version */ 
    69 #define VERSION "1.0.RC1" 
     69#define VERSION "1.0" 
    7070 
    7171/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a 
Note: See TracChangeset for help on using the changeset viewer.