diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-09-28 20:45:10 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-09-28 20:45:10 +0000 |
commit | b1ee6be33d46826e60353a368850cfe098e4826e (patch) | |
tree | f7a1427a0466f5d184194569ea3f0ba9ac4cb2fd | |
parent | 27a0815dbc15b1e837b115ade6f5e035152b60f9 (diff) | |
download | fetchmail-b1ee6be33d46826e60353a368850cfe098e4826e.tar.gz fetchmail-b1ee6be33d46826e60353a368850cfe098e4826e.tar.bz2 fetchmail-b1ee6be33d46826e60353a368850cfe098e4826e.zip |
Version number bump.
svn path=/trunk/; revision=179
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index b7f7a016..eb05ff2f 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.1 +VERS=1.2 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |