From 3a7054f43a0b8615b96ddc7036539cd10142cc4d Mon Sep 17 00:00:00 2001 From: Paul Moore Date: Thu, 12 Feb 2015 16:46:33 -0500 Subject: all: reset the version in the master branch to 0.0.0 Signed-off-by: Paul Moore --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 60a959e..357cf87 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ dnl # dnl #### dnl libseccomp defines dnl #### -AC_INIT([libseccomp], [2.2.0]) +AC_INIT([libseccomp], [0.0.0]) dnl #### dnl autoconf configuration -- cgit v1.2.1