Skip to content

Commit

Permalink
HevConfig: Bump up to 2.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
heiher committed Oct 8, 2023
1 parent 7508697 commit 02f676a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hev-config-const.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
#define __HEV_CONFIG_CONST_H__

#define MAJOR_VERSION (2)
#define MINOR_VERSION (4)
#define MICRO_VERSION (1)
#define MINOR_VERSION (5)
#define MICRO_VERSION (0)

static const int UDP_BUF_SIZE = 1500;
static const int UDP_POOL_SIZE = 512;
Expand Down

0 comments on commit 02f676a

Please sign in to comment.