diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-09 19:07:30 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-09 19:07:30 +0000 |
commit | ef5f4587f2893411402ad5d36fb3403a4e7d1a51 (patch) | |
tree | 2e6137614e98b182849f0860085cbb6064e21e28 | |
parent | ab42e04a018639288d9285f92ec02aa8ea456222 (diff) | |
download | fetchmail-ef5f4587f2893411402ad5d36fb3403a4e7d1a51.tar.gz fetchmail-ef5f4587f2893411402ad5d36fb3403a4e7d1a51.tar.bz2 fetchmail-ef5f4587f2893411402ad5d36fb3403a4e7d1a51.zip |
Version number bump.
svn path=/trunk/; revision=276
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 0871ced8..d502f717 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=1.7 +VERS=1.8 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |