Skip to content

Commit

Permalink
HevConfig: Bump up to 2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
heiher committed May 19, 2021
1 parent 8d2621f commit 90fd721
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/hev-config-const.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
#ifndef __HEV_CONFIG_CONST_H__
#define __HEV_CONFIG_CONST_H__

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

static const int TCP_BUF_SIZE = 8192;
static const int UDP_BUF_SIZE = 1500;
Expand Down

0 comments on commit 90fd721

Please sign in to comment.