updated decode lib version

This commit is contained in:
strawmanbobi
2025-09-22 09:17:01 +08:00
parent 733336d199
commit 61dd13db09
2 changed files with 3 additions and 1 deletions

View File

@@ -12,6 +12,8 @@ Revision log:
#ifndef _IR_DEFS_H
#define _IR_DEFS_H
#define IR_DECODE_LIB_VER "1.5.0"
#if defined (BOARD_PC)
#pragma ide diagnostic ignored "OCUnusedGlobalDeclarationInspection"
#pragma ide diagnostic ignored "OCUnusedMacroInspection"

View File

@@ -22,7 +22,7 @@ Revision log:
struct ir_bin_buffer binary_file;
struct ir_bin_buffer *p_ir_buffer = &binary_file;
static const char* version = "0.2.5";
static const char* version = IR_DECODE_LIB_VER;
#if defined USE_DYNAMIC_TAG
struct tag_head *tags;