diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-05-14 16:39:47 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-05-14 16:39:47 +0000 |
commit | 4655e3074e252091d15fb96143db575f929e6026 (patch) | |
tree | e6254de726b2b771cf396913a9423293b000615e | |
parent | c7dbb35787efcb831f748a4576b83c6a45f51044 (diff) | |
download | fetchmail-4655e3074e252091d15fb96143db575f929e6026.tar.gz fetchmail-4655e3074e252091d15fb96143db575f929e6026.tar.bz2 fetchmail-4655e3074e252091d15fb96143db575f929e6026.zip |
Version bump.
svn path=/trunk/; revision=1002
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 26b83540..86957e72 100644 --- a/Makefile.in +++ b/Makefile.in @@ -3,7 +3,7 @@ # If you're running QNX, we can't assume a working autoconf. # So just uncomment all the lines marked QNX. -VERS=3.9.3 +VERS=3.9.4 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |