aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-09-25 23:15:17 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-09-25 23:15:17 +0000
commit16d991049cf9bf1b425bebcfd4df5b8b6e4b60bb (patch)
tree879d57ee20560ee1f84fab5abd604058254e862f
parentb343266682a829c00e4f7e96681dbcc1c57787eb (diff)
downloadfetchmail-16d991049cf9bf1b425bebcfd4df5b8b6e4b60bb.tar.gz
fetchmail-16d991049cf9bf1b425bebcfd4df5b8b6e4b60bb.tar.bz2
fetchmail-16d991049cf9bf1b425bebcfd4df5b8b6e4b60bb.zip
Get the version info right.
svn path=/trunk/; revision=154
-rw-r--r--fetchmail.c2
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 */