boardloader, bootloader: bump versions to 2.0

This commit is contained in:
Pavol Rusnak 2018-01-28 16:56:05 +01:00
parent c2c1749d59
commit c934109d65
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
3 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
#define VERSION_MAJOR 0
#define VERSION_MINOR 1
#define VERSION_MAJOR 2
#define VERSION_MINOR 0
#define VERSION_PATCH 0
#define VERSION_BUILD 0

View File

@ -5,7 +5,7 @@
#include "image.h"
#include "secbool.h"
#define USE_WEBUSB 0
#define USE_WEBUSB 1
#define USB_TIMEOUT 100
#define USB_PACKET_SIZE 64

View File

@ -1,11 +1,11 @@
#define VERSION_MAJOR 0
#define VERSION_MINOR 1
#define VERSION_MAJOR 2
#define VERSION_MINOR 0
#define VERSION_PATCH 0
#define VERSION_BUILD 0
#define VERSION_UINT32 (VERSION_MAJOR | (VERSION_MINOR << 8) | (VERSION_PATCH << 16) | (VERSION_BUILD << 24))
#define FIX_VERSION_MAJOR 0
#define FIX_VERSION_MINOR 1
#define FIX_VERSION_MAJOR 2
#define FIX_VERSION_MINOR 0
#define FIX_VERSION_PATCH 0
#define FIX_VERSION_BUILD 0