Skip to content

Commit

Permalink
build rc1 (arkime#2502)
Browse files Browse the repository at this point in the history
  • Loading branch information
awick authored Nov 9, 2023
1 parent 0d3b058 commit b87cb21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions capture/arkime.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
#define SUPPRESS_INT_CONVERSION
#endif

#define ARKIME_API_VERSION 500
#define ARKIME_API_VERSION 501

#define ARKIME_SESSIONID_LEN 37
#define ARKIME_SESSIONID6_LEN 37
Expand Down Expand Up @@ -439,7 +439,6 @@ typedef struct arkime_config {
char *pcapDirTemplate;
char *bpf;
char *yara;
char *emailYara;
char *caTrustFile;
char **geoLite2ASN;
char **geoLite2Country;
Expand Down Expand Up @@ -493,7 +492,6 @@ typedef struct arkime_config {
char supportSha256;
char reqBodyOnlyUtf8;
char compressES;
char antiSynDrop;
char readTruncatedPackets;
char yaraEveryPacket;
char *pcapDirAlgorithm;
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([arkime], [5.0.0-GIT])
AC_INIT([arkime], [5.0.0-rc1])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_PROG_CC
AC_PROG_CXX
Expand Down

0 comments on commit b87cb21

Please sign in to comment.