diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-09-28 10:26:44 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-09-28 10:26:44 +0000 |
commit | 13962adcb55a676b0b47925680b2e17b3e4815f0 (patch) | |
tree | d1a53e3d0ebafde09e27e6cdd01b5e2948e78e1b /configure.in | |
parent | 221f1c2ca288ce33501e867f1df45f4d84fbe8e5 (diff) | |
download | curl-13962adcb55a676b0b47925680b2e17b3e4815f0.tar.gz |
7.3 commitcurl-7_3
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 66ff515ff..b3846b827 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ dnl $Id$ dnl Process this file with autoconf to produce a configure script. AC_INIT(lib/urldata.h) AM_CONFIG_HEADER(config.h src/config.h) -AM_INIT_AUTOMAKE(curl,"7.3-pre8") +AM_INIT_AUTOMAKE(curl,"7.3") AM_PROG_LIBTOOL dnl |