Skip to content

Commit

Permalink
[0.2.3] Bump version number after ELF support merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Tasssadar committed Apr 3, 2016
1 parent 577b380 commit cc1f4ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/libbootimg.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ extern "C" {
#include <stdio.h>
#include "boot_img_hdr.h"

#define LIBBOOTIMG_VERSION 0x000202 // 0xMMNNPP
#define LIBBOOTIMG_VERSION_STR "0.2.2"
#define LIBBOOTIMG_VERSION 0x000203 // 0xMMNNPP
#define LIBBOOTIMG_VERSION_STR "0.2.3"

/**
* Enum containing possible blob types in a boot image.
Expand Down

0 comments on commit cc1f4ba

Please sign in to comment.