Skip to content

Commit 7adc579

Browse files
committed
bump version to 1.4.0
1 parent 21e5d76 commit 7adc579

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ CFLAGS=-std=c++17 -Wall -Wextra -O2 -pthread
33
LDFLAGS=-lpcap -pthread
44
TARGET=whatpulse-pcap-service
55
SOURCES=main.cpp captureservice.cpp networkclient.cpp tcpclient.cpp pcapcapturethread.cpp pfringcapturethread.cpp logger.cpp
6-
VERSION=1.3.0
6+
VERSION=1.4.0
77

88
# Default target
99
all: $(TARGET)

main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include "networkclient.h"
2727
#include "logger.h"
2828

29-
#define PCAP_SERVICE_VERSION "1.3.0"
29+
#define PCAP_SERVICE_VERSION "1.4.0"
3030

3131
// Global service instances for signal handler
3232
std::unique_ptr<CaptureService> g_captureService = nullptr;

0 commit comments

Comments
 (0)