diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-08-30 11:53:39 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-08-30 11:53:39 +0000 |
commit | 216b1984948d4ad4c7743440e0cadc12bc385618 (patch) | |
tree | 7d3b95e7ea4731e0152ed41132049010e168d83d | |
parent | 6e3a6e79e5ad434c22a3a9ca32dc53e73f8305ba (diff) |
7.2
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 2524edc54..734534d5e 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.1.1") +AM_INIT_AUTOMAKE(curl,"7.2") AM_PROG_LIBTOOL dnl |