Refs #1084. Updated version numbers in preparation for the next stable release.

git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@785 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
This commit is contained in:
Frank Voorburg 2020-07-07 06:23:34 +00:00
parent 83364044dd
commit 8ee8f936a3
2 changed files with 2 additions and 2 deletions

View File

@ -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.9.0
PROJECT_NUMBER = 1.10.0
# 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

View File

@ -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 (9u)
#define BOOT_VERSION_CORE_MINOR (10u)
/** \brief Patch number of the bootloader core. */
#define BOOT_VERSION_CORE_PATCH (0u)