From e557e61a02f826864ef2b9a05ae0bb03b6c7cce7 Mon Sep 17 00:00:00 2001 From: Tim Edwards Date: Tue, 28 Feb 2023 09:04:45 -0500 Subject: [PATCH] Updated version and fixed a redundant include statement after merging pull request #71 from Donn. --- VERSION | 2 +- base/netcmp.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 4595a7f..b588e7d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.246 +1.5.247 diff --git a/base/netcmp.c b/base/netcmp.c index 5fff026..af61c5d 100644 --- a/base/netcmp.c +++ b/base/netcmp.c @@ -19,8 +19,6 @@ the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* netcmp.c -- graph isomorphism testing */ #include "config.h" -#include "config.h" - #include #include /* for rand(), abs(), etc */ #include