blob: 3fc285b6eeb372b2ba82dc8dfceedae3b50d4968 [file] [log] [blame]
Andrew Geissler5f350902021-07-23 13:09:54 -04001From 00b6bc440a75443f9bea431bbb41df50469b5093 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Tue, 8 Jun 2021 23:13:20 -0700
4Subject: [PATCH] configure.ac: Bump version to 2.5.99
5
6Upstream-Status: Inappropriate [Needed for git builds only]
7Signed-off-by: Khem Raj <raj.khem@gmail.com>
8---
9 configure.ac | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12diff --git a/configure.ac b/configure.ac
13index 3e87734..48e796f 100644
14--- a/configure.ac
15+++ b/configure.ac
16@@ -19,7 +19,7 @@ dnl #
17 dnl ####
18 dnl libseccomp defines
19 dnl ####
20-AC_INIT([libseccomp], [0.0.0])
21+AC_INIT([libseccomp], [2.5.99])
22
23 dnl ####
24 dnl autoconf configuration
25--
262.32.0