From d99bffd5b7dd9ad64c3ba3c75fa30d2b4d476fe6 Mon Sep 17 00:00:00 2001
From: Marius Gavrilescu <marius@ieval.ro>
Date: Sat, 27 Jan 2018 18:50:01 +0000
Subject: [PATCH] Bump version and update Changes

---
 Changes              | 5 +++++
 README               | 2 +-
 lib/Linux/Seccomp.pm | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/Changes b/Changes
index 5240596..5007438 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for Perl extension Linux::Seccomp.
 
+0.003 2018-01-27T18:50+00:00
+ - Update bundled libseccomp to 2.3.3 (from 2.3.1)
+ - Export new system call constants added in 2.3.2 and 2.3.3
+ - Export new attribute SCMP_FLTATR_CTL_TSYNC added in 2.3.2
+
 0.002001 2016-11-25T16:07+00:00
  - Skip functionality test if seccomp_load returns -EINVAL.
    This usually happens if the kernel is old or compiled without
diff --git a/README b/README
index 6a2e4be..e5b4557 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Linux-Seccomp version 0.001
+Linux-Seccomp version 0.003
 ===========================
 
 Secure Computing (seccomp) is Linux's system call filtering mechanism.
diff --git a/lib/Linux/Seccomp.pm b/lib/Linux/Seccomp.pm
index 3d01262..7d11d6c 100644
--- a/lib/Linux/Seccomp.pm
+++ b/lib/Linux/Seccomp.pm
@@ -474,7 +474,7 @@ our @EXPORT = @{$EXPORT_TAGS{macros}};
 
 our $VERSION;
 BEGIN{
-	$VERSION = '0.002001';
+	$VERSION = '0.003';
 }
 
 sub AUTOLOAD {
-- 
2.39.5