From 453271635a98bf904cc42da257730f7a7ba5590c Mon Sep 17 00:00:00 2001 From: "okbob@github.com" Date: Sun, 30 May 2021 14:59:03 +0200 Subject: [PATCH] prepare for 5.0.0 --- src/pspg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pspg.h b/src/pspg.h index e196d6d..ec2ad7b 100644 --- a/src/pspg.h +++ b/src/pspg.h @@ -34,7 +34,7 @@ #define FILE_TSV 2 #define FILE_MATRIX 3 -#define PSPG_VERSION "4.6.3" +#define PSPG_VERSION "5.0.0" /* GNU Hurd does not define MAXPATHLEN */ #ifndef MAXPATHLEN