Changeset 2443 for branches/libc-0.6


Ignore:
Timestamp:
Nov 13, 2005, 10:46:32 PM (20 years ago)
Author:
bird
Message:

0.6

Location:
branches/libc-0.6
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/libc-0.6/Makefile

    r2442 r2443  
    22#
    33# Top level makefile.
    4 #
    5 # InnoTek Systemberatung GmbH confidential
    64#
    75# Copyright (c) 2003-2005 Knut St. Osmundsen
     
    6260export GCC_VERSION              ?= 3.3.5
    6361export GCC_VERSION_SHORT        ?= 335
    64 export GCC_RELEASE_ID           ?= rc2
     62export GCC_RELEASE_ID           ?=
    6563export GCC_CVS_VENDOR                   ?= GNU
    6664export GCC_CVS_REL                              ?= GCC_3-3-5
     
    7371export EMX_CVS_VENDOR                   ?= EMX
    7472export EMX_CVS_REL                              ?= EMX_0-9D-FIX04
    75 export LIBC_VERSION             ?= 0.6.0rc2
    76 export LIBC_VERSION_SHORT       ?= 06r2
     73export LIBC_VERSION             ?= 0.6.0
     74export LIBC_VERSION_SHORT       ?= 06
    7775
    7876# innotek version and timestamp
  • branches/libc-0.6/src/emx/ChangeLog.LIBC

    r2442 r2443  
    22
    33TODO: open replace on RAMFS fails with error 32!
     4
     52005-11-13: knut st. osmundsen <bird-gccos2-spam@anduin.net>
     6    - *:
     7        o Created the 0.6 release branch.
    48
    592005-11-12: knut st. osmundsen <bird-gccos2-spam@anduin.net>
  • branches/libc-0.6/src/emx/version.smak

    r2442 r2443  
    44VH = 0
    55# Middle part of version number
    6 VM = 6r2
     6VM = 6
    77# Low part of version number
    88VL = 0
     
    1919# INNOTEK_VERSION is normally defined in the environment by a toplevel makefile.
    2020ifndef INNOTEK_VERSION
    21 export INNOTEK_VERSION        ?= (Innotek Build $(shell date '+%Y-%m-%d %H:%M'))
     21export INNOTEK_VERSION        ?= (InnoTek Build $(shell date '+%Y-%m-%d %H:%M'))
    2222endif
    2323CFLAGS.DEF.VERSION += '-DINNOTEK_VERSION=" $(INNOTEK_VERSION)"'
Note: See TracChangeset for help on using the changeset viewer.