From 530d4a9a7765c4693f14880a32bb020e89aa5f2e Mon Sep 17 00:00:00 2001 From: Frank Voorburg Date: Mon, 21 Oct 2013 08:12:24 +0000 Subject: [PATCH] - changed version number in preparation for next release. git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@66 5dc33758-31d5-4daf-9ae8-b24bf3d40d73 --- Target/Source/boot.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Target/Source/boot.h b/Target/Source/boot.h index 4a285064..9856f96f 100644 --- a/Target/Source/boot.h +++ b/Target/Source/boot.h @@ -39,9 +39,9 @@ /** \brief Main version of the bootloader core. */ #define BOOT_VERSION_CORE_MAIN (0u) /** \brief Minor version of the bootloader core. */ -#define BOOT_VERSION_CORE_MINOR (96u) +#define BOOT_VERSION_CORE_MINOR (97u) /** \brief Bufgix version of the bootloader core. */ -#define BOOT_VERSION_CORE_BUGFIX (1u) +#define BOOT_VERSION_CORE_BUGFIX (0u) /****************************************************************************************