diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-08-21 22:28:06 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-08-21 22:28:06 +0000 |
commit | ca7977014e48550e4882ea6029fd696e16a76a6f (patch) | |
tree | 60dc3947782a16623697adef724870435f4d2fdc /fetchmail.c | |
parent | 003506d4b8fe3b92922518e005268325c72d61d7 (diff) | |
download | fetchmail-ca7977014e48550e4882ea6029fd696e16a76a6f.tar.gz fetchmail-ca7977014e48550e4882ea6029fd696e16a76a6f.tar.bz2 fetchmail-ca7977014e48550e4882ea6029fd696e16a76a6f.zip |
Bump the version.
svn path=/trunk/; revision=53
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c index b9391d15..65e309a6 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -39,7 +39,7 @@ #include "popclient.h" /* release info */ -#define RELEASE_TAG "3.03" +#define RELEASE_TAG "3.04" #ifdef HAVE_PROTOTYPES /* prototypes for internal functions */ |