mirror of https://github.com/rusefi/openblt.git
Updated version number in preparation for the next release.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@198 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
This commit is contained in:
parent
43507b9eb3
commit
f7f8c387ba
|
@ -34,9 +34,9 @@
|
|||
/** \brief Main version of the bootloader core. */
|
||||
#define BOOT_VERSION_CORE_MAIN (1u)
|
||||
/** \brief Minor version of the bootloader core. */
|
||||
#define BOOT_VERSION_CORE_MINOR (2u)
|
||||
#define BOOT_VERSION_CORE_MINOR (3u)
|
||||
/** \brief Build version of the bootloader core. */
|
||||
#define BOOT_VERSION_CORE_BUILD (4u)
|
||||
#define BOOT_VERSION_CORE_BUILD (0u)
|
||||
|
||||
|
||||
/****************************************************************************************
|
||||
|
|
|
@ -22,7 +22,7 @@ implementation of the hook functions (hooks.c).
|
|||
----------------------------------------------------------------------------------------
|
||||
C O P Y R I G H T
|
||||
----------------------------------------------------------------------------------------
|
||||
Copyright (c) by Feaser 2011-2016 http://www.feaser.com All rights reserved
|
||||
Copyright (c) by Feaser 2011-2017 http://www.feaser.com All rights reserved
|
||||
|
||||
----------------------------------------------------------------------------------------
|
||||
L I C E N S E
|
||||
|
|
Loading…
Reference in New Issue