diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-08-21 21:25:42 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-08-21 21:25:42 +0000 |
commit | ebb91191bfdb1921e4aed56a9de278de68e1c033 (patch) | |
tree | 1d50bab0ce65b0149e6cb574794a7ac638d5bf26 /ares | |
parent | 8742e294d4b7719b6d6d68e0e0bb53e60e9b15cb (diff) | |
download | curl-ebb91191bfdb1921e4aed56a9de278de68e1c033.tar.gz |
modified the version-info, we only added functions
Diffstat (limited to 'ares')
-rw-r--r-- | ares/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/Makefile.am b/ares/Makefile.am index 634edafc5..b394fdd4a 100644 --- a/ares/Makefile.am +++ b/ares/Makefile.am @@ -15,7 +15,7 @@ EXTRA_DIST = CHANGES README.cares Makefile.inc adig.c ahost.c $(man_MANS) \ $(MSVCFILES) AUTHORS -VER=-version-info 1:0:0 +VER=-version-info 0:0:1 # This flag accepts an argument of the form current[:revision[:age]]. So, # passing -version-info 3:12:1 sets current to 3, revision to 12, and age to # 1. |