diff --git a/Makefile b/Makefile index 5267de2fb01..46336a2f51d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ BIN_PATH?=/usr/bin CONF_PATH?=/etc/packetbeat -VERSION?=0.4.1 +VERSION?=0.4.2 ARCH?=$(shell uname -m) diff --git a/debian/changelog b/debian/changelog index 4c44fc8f64e..af7bc64895e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +packetbeat (0.4.2-1) unstable; urgency=low + + * New version. + + -- Monica Sarbu Wed, 8 Dec 2014 10:42:00 +0100 + packetbeat (0.4.1-1) unstable; urgency=low * New version. diff --git a/main.go b/main.go index ce7227cd6be..d3ea7a0ccdc 100644 --- a/main.go +++ b/main.go @@ -22,7 +22,7 @@ import ( "github.com/packetbeat/gopacket/pcap" ) -const Version = "0.4.1" +const Version = "0.4.2" // Structure grouping main components/modules type PacketbeatStruct struct { diff --git a/rpm/packetbeat.spec b/rpm/packetbeat.spec index 5ca09c04d28..96b288a7093 100644 --- a/rpm/packetbeat.spec +++ b/rpm/packetbeat.spec @@ -1,6 +1,6 @@ Summary: Packetbeat network agent Name: packetbeat -Version: 0.4.1 +Version: 0.4.2 Release: 1%{?dist} Source: %{name}.tar.gz BuildRoot: %{_tmppath}/%{name}