diff --git a/Makefile b/Makefile index 90956061ddb..bc1af6db1fd 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ BIN_PATH?=/usr/bin CONF_PATH?=/etc/packetbeat -VERSION?=0.4.2 +VERSION?=0.4.3 ARCH?=$(shell uname -m) diff --git a/debian/changelog b/debian/changelog index af7bc64895e..c10b21f4891 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +packetbeat (0.4.3-1) unstable; urgency=low + + * New version. + + -- Monica Sarbu Tue, 27 Jan 2015 15:08:00 +0100 + packetbeat (0.4.2-1) unstable; urgency=low * New version. diff --git a/main.go b/main.go index 386462aa85f..ce94e5d6340 100644 --- a/main.go +++ b/main.go @@ -21,7 +21,7 @@ import ( "github.com/packetbeat/gopacket/pcap" ) -const Version = "0.4.2" +const Version = "0.4.3" // Structure grouping main components/modules type PacketbeatStruct struct { diff --git a/rpm/packetbeat.spec b/rpm/packetbeat.spec index 96b288a7093..8543cab424f 100644 --- a/rpm/packetbeat.spec +++ b/rpm/packetbeat.spec @@ -1,6 +1,6 @@ Summary: Packetbeat network agent Name: packetbeat -Version: 0.4.2 +Version: 0.4.3 Release: 1%{?dist} Source: %{name}.tar.gz BuildRoot: %{_tmppath}/%{name}