mirror of https://github.com/rusefi/openblt.git
Refs #1226. Updated version number in preparation for patch release.
git-svn-id: https://svn.code.sf.net/p/openblt/code/tags/openblt_v011101@839 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
This commit is contained in:
parent
c028ca3dbb
commit
76a9c11d78
|
@ -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.11.0
|
||||
PROJECT_NUMBER = 1.11.1
|
||||
|
||||
# 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
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
/** \brief Minor version number of the bootloader core. */
|
||||
#define BOOT_VERSION_CORE_MINOR (11u)
|
||||
/** \brief Patch number of the bootloader core. */
|
||||
#define BOOT_VERSION_CORE_PATCH (0u)
|
||||
#define BOOT_VERSION_CORE_PATCH (1u)
|
||||
|
||||
|
||||
/****************************************************************************************
|
||||
|
|
Loading…
Reference in New Issue