From 51d430da403d1a67b87cd1f080d9416731d2dc14 Mon Sep 17 00:00:00 2001 From: Frank Voorburg Date: Thu, 24 Jul 2014 09:52:07 +0000 Subject: [PATCH] - updated bootloader version information. getting ready for v 1.0.0 release. git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@104 5dc33758-31d5-4daf-9ae8-b24bf3d40d73 --- Target/Source/boot.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Target/Source/boot.h b/Target/Source/boot.h index 18cc537a..00f4b267 100644 --- a/Target/Source/boot.h +++ b/Target/Source/boot.h @@ -37,11 +37,11 @@ * Defines ****************************************************************************************/ /** \brief Main version of the bootloader core. */ -#define BOOT_VERSION_CORE_MAIN (0u) +#define BOOT_VERSION_CORE_MAIN (1u) /** \brief Minor version of the bootloader core. */ -#define BOOT_VERSION_CORE_MINOR (97u) +#define BOOT_VERSION_CORE_MINOR (0u) /** \brief Bufgix version of the bootloader core. */ -#define BOOT_VERSION_CORE_BUGFIX (2u) +#define BOOT_VERSION_CORE_BUGFIX (0u) /****************************************************************************************