*** empty log message ***
authorBrian Palmer <brianp@sginet.com>
Sun, 14 Jul 2002 22:33:06 +0000 (22:33 +0000)
committerBrian Palmer <brianp@sginet.com>
Sun, 14 Jul 2002 22:33:06 +0000 (22:33 +0000)
svn path=/trunk/; revision=3223

freeldr/freeldr/CHANGELOG
freeldr/freeldr/include/version.h

index f04295e..6d9d22f 100644 (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()
index 2cdd707..2bc929b 100644 (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