diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-09-28 14:37:21 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-09-28 14:37:21 +0000 |
commit | 24cdab819e3405d4f76b81075874e0da823fd957 (patch) | |
tree | cb097b324b238a473792232f2cff39b613a97eef /Makefile.in | |
parent | 0bcddca0b9aebb44d6076cf12c93f316463dd310 (diff) | |
download | fetchmail-24cdab819e3405d4f76b81075874e0da823fd957.tar.gz fetchmail-24cdab819e3405d4f76b81075874e0da823fd957.tar.bz2 fetchmail-24cdab819e3405d4f76b81075874e0da823fd957.zip |
Version bump.
svn path=/trunk/; revision=174
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 5bd5c597..7bbd795d 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.0 +VERS=1.1 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |