From d5b61e5277c6e290ad247100d7efd178b1886abd Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 1 Oct 1996 07:26:21 +0000 Subject: Make sure we inherit the version from the makefile. svn path=/trunk/; revision=186 --- fetchmail.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index e31a3e49..bdd5d96c 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -38,9 +38,6 @@ #include "fetchmail.h" -/* release info */ -#define RELEASE_TAG "1.0" - #ifdef HAVE_PROTOTYPES /* prototypes for internal functions */ int showoptions (struct hostrec *queryctl); @@ -341,7 +338,7 @@ struct hostrec *queryctl; int showversioninfo() { - printf("This is fetchmail release %s\n",RELEASE_TAG); + printf("This is fetchmail release %s\n",RELEASE_ID); } /********************************************************************* -- cgit v1.2.3