Changeset 506 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/Version.inc


Ignore:
Timestamp:
Feb 28, 2013, 7:00:06 PM (11 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

Preparing for v2.0.0 beta 3 release:

  • Changed version number
  • Reduced minimum time to display hotkeys from 5s to 3s
  • Small AT builds now include MODULE_8BIT_IDE and small XT builds include MODULE_8BIT_IDE_ADVANCED
  • Large builds are now 10k
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Inc/Version.inc

    r473 r506  
    4242
    4343%define TITLE_STRING            TITLE_STRING_START, TITLE_STRING_END
    44 %define ROM_VERSION_STRING      "v2.0.0",BETA,"2+ (",__DATE__,")",NULL
     44%define ROM_VERSION_STRING      "v2.0.0",BETA,"3 (",__DATE__,")",NULL
    4545%define FLASH_SIGNATURE         "XTIDE203"  ; Do not terminate with NULL
    4646
     
    5858#define BETA " Beta "
    5959
    60 #define ROM_VERSION_STRING      "v2.0.0" BETA "2 (" __DATE__ ")"
     60#define ROM_VERSION_STRING      "v2.0.0" BETA "3 (" __DATE__ ")"
    6161
    6262/*
Note: See TracChangeset for help on using the changeset viewer.