diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-09-25 23:15:17 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-09-25 23:15:17 +0000 |
commit | 16d991049cf9bf1b425bebcfd4df5b8b6e4b60bb (patch) | |
tree | 879d57ee20560ee1f84fab5abd604058254e862f | |
parent | b343266682a829c00e4f7e96681dbcc1c57787eb (diff) | |
download | fetchmail-16d991049cf9bf1b425bebcfd4df5b8b6e4b60bb.tar.gz fetchmail-16d991049cf9bf1b425bebcfd4df5b8b6e4b60bb.tar.bz2 fetchmail-16d991049cf9bf1b425bebcfd4df5b8b6e4b60bb.zip |
Get the version info right.
svn path=/trunk/; revision=154
-rw-r--r-- | fetchmail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c index 22f5481f..d6b6ef38 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -39,7 +39,7 @@ #include "fetchmail.h" /* release info */ -#define RELEASE_TAG "3.1" +#define RELEASE_TAG "1.0" #ifdef HAVE_PROTOTYPES /* prototypes for internal functions */ |