From 084d34ff1f05353d6c8d08554be3b771b776c5b1 Mon Sep 17 00:00:00 2001 From: Frank Voorburg Date: Thu, 7 Jun 2018 08:02:58 +0000 Subject: [PATCH] Refs #560. Updated the version number to a release candidate in preparation for the next release. git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@516 5dc33758-31d5-4daf-9ae8-b24bf3d40d73 --- Doc/doxygen/DoxyfileOpenBLT | 2 +- Target/Source/boot.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/doxygen/DoxyfileOpenBLT b/Doc/doxygen/DoxyfileOpenBLT index 984c352d..5fae22e3 100644 --- a/Doc/doxygen/DoxyfileOpenBLT +++ b/Doc/doxygen/DoxyfileOpenBLT @@ -38,7 +38,7 @@ PROJECT_NAME = "OpenBLT Bootloader - Reference Manual" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.5.0 +PROJECT_NUMBER = 1.6.0 RC # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/Target/Source/boot.h b/Target/Source/boot.h index f42b20b0..82480e85 100644 --- a/Target/Source/boot.h +++ b/Target/Source/boot.h @@ -34,7 +34,7 @@ /** \brief Main version number of the bootloader core. */ #define BOOT_VERSION_CORE_MAIN (1u) /** \brief Minor version number of the bootloader core. */ -#define BOOT_VERSION_CORE_MINOR (5u) +#define BOOT_VERSION_CORE_MINOR (6u) /** \brief Patch number of the bootloader core. */ #define BOOT_VERSION_CORE_PATCH (0u)