From b30c7b5c92aea126a665f5ec7bd5061de7460561 Mon Sep 17 00:00:00 2001 From: "Jean-Marc Pigeon (Delson)" Date: Fri, 11 Apr 2025 10:11:20 -0400 Subject: [PATCH] Adjusting Version number --- .gitignore | 1 + Makefile | 2 +- lib/subrou.c | 6 +----- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index c4baf9a..e95ada7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ test_area/ *.swp +lib/numver.h diff --git a/Makefile b/Makefile index bc56a69..96e7104 100644 --- a/Makefile +++ b/Makefile @@ -140,7 +140,7 @@ valrcvr : clean debug newtest #valgring of emlrcvr --show-leak-kinds=all \ $(TESTDIR)/$(SBINDIR)/emlrcvr \ -f \ - $(EMLPAR) + ssEMLPAR) # --track-fds=yes \ # --track-origins=yes \ diff --git a/lib/subrou.c b/lib/subrou.c index a576b76..22aaabb 100644 --- a/lib/subrou.c +++ b/lib/subrou.c @@ -17,13 +17,9 @@ #include #include "subrou.h" +#include "numver.h" -//version definition -#define VERSION "0.6" -#define RELEASE "52" -#define BRANCH "dvl" - //Public variables PUBLIC int debug=0; //debug level -- 2.47.3