From 459beb13ce954a8a27b76ae4ff2626ae0f1ca4ac Mon Sep 17 00:00:00 2001 From: Frank Voorburg Date: Fri, 23 May 2014 11:46:44 +0000 Subject: [PATCH] - Changed version number to 0.97.03, which now includes Serialboot. git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@85 5dc33758-31d5-4daf-9ae8-b24bf3d40d73 --- Target/Source/boot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Target/Source/boot.h b/Target/Source/boot.h index 40534beb..18cc537a 100644 --- a/Target/Source/boot.h +++ b/Target/Source/boot.h @@ -41,7 +41,7 @@ /** \brief Minor version of the bootloader core. */ #define BOOT_VERSION_CORE_MINOR (97u) /** \brief Bufgix version of the bootloader core. */ -#define BOOT_VERSION_CORE_BUGFIX (1u) +#define BOOT_VERSION_CORE_BUGFIX (2u) /****************************************************************************************