From 2bdc976286f6d032d058d0cc2777c799d2c38b20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9=20van=20Geldorp?= Date: Wed, 9 Feb 2005 23:57:07 +0000 Subject: [PATCH] Big change warrants major version number bump svn path=/trunk/; revision=13481 --- reactos/boot/freeldr/freeldr/include/version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reactos/boot/freeldr/freeldr/include/version.h b/reactos/boot/freeldr/freeldr/include/version.h index 0ca8cfc9034..b51df4ada21 100644 --- a/reactos/boot/freeldr/freeldr/include/version.h +++ b/reactos/boot/freeldr/freeldr/include/version.h @@ -22,7 +22,7 @@ /* just some stuff */ -#define VERSION "FreeLoader v1.9" +#define VERSION "FreeLoader v2.0" #define COPYRIGHT "Copyright (C) 1998-2003 Brian Palmer " #define AUTHOR_EMAIL "" #define BY_AUTHOR "by Brian Palmer" @@ -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 1 -#define FREELOADER_MINOR_VERSION 9 +#define FREELOADER_MAJOR_VERSION 2 +#define FREELOADER_MINOR_VERSION 0 #define FREELOADER_PATCH_VERSION 0