Skip to content

Commit

Permalink
ARM linux linking fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandeorowicz committed Nov 25, 2024
1 parent 8fd157e commit f0fef1c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/common/defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
//
// Copyright(C) 2021-2024, S.Deorowicz, A.Danek, H.Li
//
// Version: 3.2
// Date : 2024-11-21
// Version: 3.2.1
// Date : 2024-11-25
// *******************************************************************************************

#include <string>
Expand All @@ -22,8 +22,8 @@ typedef vector<uint8_t> packed_block_t;

const uint32_t AGC_VER_MAJOR = 3;
const uint32_t AGC_VER_MINOR = 2;
const uint32_t AGC_VER_BUGFIX = 0;
const string AGC_VER_BUILD = "20241121.1"s;
const uint32_t AGC_VER_BUGFIX = 1;
const string AGC_VER_BUILD = "20241125.1"s;

const uint32_t AGC_FILE_MAJOR = 3;
const uint32_t AGC_FILE_MINOR = 0;
Expand Down

0 comments on commit f0fef1c

Please sign in to comment.