From 23979cefb428cc1478aff8c4e902c2eef33b3134 Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Tue, 11 Dec 2007 15:59:58 +0000 Subject: [PATCH] - Update copyright information. - Bump version to 3.0. svn path=/trunk/; revision=31148 --- reactos/boot/freeldr/freeldr/include/ver.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/reactos/boot/freeldr/freeldr/include/ver.h b/reactos/boot/freeldr/freeldr/include/ver.h index 41f3eb7db11..ad0aca8fc48 100644 --- a/reactos/boot/freeldr/freeldr/include/ver.h +++ b/reactos/boot/freeldr/freeldr/include/ver.h @@ -22,10 +22,10 @@ /* just some stuff */ -#define VERSION "FreeLoader v2.1" -#define COPYRIGHT "Copyright (C) 1998-2005 Brian Palmer " -#define AUTHOR_EMAIL "" -#define BY_AUTHOR "by Brian Palmer" +#define VERSION "FreeLoader v3.0" +#define COPYRIGHT "Copyright (C) 1998-2007 ReactOS Team" +#define AUTHOR_EMAIL "" +#define BY_AUTHOR "by ReactOS Team" // FreeLoader version defines // @@ -34,8 +34,8 @@ // If you add features then you increment the minor version and zero the patch version // If you add major functionality then you increment the major version and zero the minor & patch versions // -#define FREELOADER_MAJOR_VERSION 2 -#define FREELOADER_MINOR_VERSION 1 +#define FREELOADER_MAJOR_VERSION 3 +#define FREELOADER_MINOR_VERSION 0 #define FREELOADER_PATCH_VERSION 0