*** empty log message ***

svn path=/trunk/; revision=3223
This commit is contained in:
Brian Palmer 2002-07-14 22:33:06 +00:00
parent a0f2e6b8ca
commit 17731321a4
2 changed files with 7 additions and 3 deletions

View file

@ -1,8 +1,12 @@
Changes in v1.4 (6/27/2002)
Changes in v1.5 (7/13/2002)
- If symbols are available then pass them to the OS as multiboot modules
- Added separate configuration for a SETUPLDR version
Changes in v1.4 (6/27/2002)
- Added separate configuration for a SETUPLDR version
Changes in v1.3.1 (6/8/2002)
- Implemented MmAllocateMemoryAtAddress()

View file

@ -22,7 +22,7 @@
/* just some stuff */
#define VERSION "FreeLoader v1.4"
#define VERSION "FreeLoader v1.5"
#define COPYRIGHT "Copyright (C) 1998-2002 Brian Palmer <brianp@sginet.com>"
#define AUTHOR_EMAIL "<brianp@sginet.com>"
#define BY_AUTHOR "by Brian Palmer"
@ -35,7 +35,7 @@
// If you add major functionality then you increment the major version and zero the minor & patch versions
//
#define FREELOADER_MAJOR_VERSION 1
#define FREELOADER_MINOR_VERSION 4
#define FREELOADER_MINOR_VERSION 5
#define FREELOADER_PATCH_VERSION 0