Changeset 55 for trunk/TOOLS


Ignore:
Timestamp:
Jan 28, 2016, 9:39:16 AM (10 years ago)
Author:
Ben Rietbroek
Message:

AiR-BOOT v1.1.0-RELEASE [2013-04-05]

This is the version as included on the eCS v2.2-beta CD's.
It was technically a pre-v1.1.0 release, with the final v1.1.0,
including some minor patches, to be included with eCS v2.2-GA.
Because this version is now known to be v1.1.0, we'll keep it that way.

The minor patches and meanwhile done fixes will soon appear as v1.1.1
test-version commits to be consolidated to a v1.1.2 release.
Issues regarding removable media are planned for the v1.1.4 release as
this requires removal of obsolete code and optimizing existing code to
create space in the ~32K block (track0) the loader resides in.

With this version of AiR-BOOT, the display of the version number has
changed to be compatible with the WarpIN versioning system.
So all digits are now separated by a dot. This change is only visual and
tools relying on the way AiR-BOOT stores it's version numer internally
are not affected.

Location:
trunk/TOOLS
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/TOOLS/INTERNAL/Makefile

    r46 r55  
    5151# This is a list of the Targets to be built.
    5252#
    53 TARGETS=$(BASENAME).COM $(BASENAME)D.EXE $(BASENAME)W.EXE $(BASENAME)2.EXE $(BASENAME)L.ELF
    5453#TARGETS=$(BASENAME)D.EXE
    5554#TARGETS=$(BASENAME).COM
     55#TARGETS=$(BASENAME).COM $(BASENAME)D.EXE $(BASENAME)W.EXE $(BASENAME)2.EXE $(BASENAME)L.ELF
     56TARGETS=$(BASENAME)D.EXE $(BASENAME)W.EXE $(BASENAME)2.EXE $(BASENAME)L.ELF
    5657
    5758#
  • trunk/TOOLS/OS2/SETABOOT/Makefile

    r54 r55  
    297297dist:   .SYMBOLIC
    298298        @if exist *.EXE $(CP) *.EXE ..$(DS)..$(DS)..$(DS)RELEASE$(DS)OS2
    299         @if exist *.EXE $(CP) *.EXE ..$(DS)..$(DS)..$(DS)RELEASE$(DS)BOOTCODE
     299#       @if exist *.EXE $(CP) *.EXE ..$(DS)..$(DS)..$(DS)RELEASE$(DS)BOOTCODE
    300300#
    301301# Help on using this Makefile.
  • trunk/TOOLS/OS2/SETABOOT/SETABOOT.H

    r54 r55  
    1111// Version
    1212#define     BLDLVL_MAJOR_VERSION    "1"
    13 #define     BLDLVL_MIDDLE_VERSION   "0"
    14 #define     BLDLVL_MINOR_VERSION    "8"
     13#define     BLDLVL_MIDDLE_VERSION   "1"
     14#define     BLDLVL_MINOR_VERSION    "0"
    1515// Build date
    1616#define     BLDLVL_YEAR             "2013"
     
    1919// Build time
    2020#define     BLDLVL_HOURS            "01"
    21 #define     BLDLVL_MINUTES          "00"
    22 #define     BLDLVL_SECONDS          "08"
     21#define     BLDLVL_MINUTES          "01"
     22#define     BLDLVL_SECONDS          "00"
    2323// Build machine
    24 //#define     BLDLVL_MACHINE          "ecs-devbox"
    2524#define     BLDLVL_MACHINE          "*UNKNOWN*"
    2625// Build language
Note: See TracChangeset for help on using the changeset viewer.