diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-08-21 21:27:19 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-08-21 21:27:19 +0000 |
commit | 86f22ffb66af3c779273f32a5d73c27ff620a6d0 (patch) | |
tree | 15b0f50b00dd93716f77e584e94fb8ac50efe61f /Makefile.am | |
parent | d8263771f564084f193ece9c5b878ddf38c9dc5c (diff) | |
download | c-ares-86f22ffb66af3c779273f32a5d73c27ff620a6d0.tar.gz c-ares-86f22ffb66af3c779273f32a5d73c27ff620a6d0.tar.bz2 c-ares-86f22ffb66af3c779273f32a5d73c27ff620a6d0.zip |
well hit me, that wasn't possible, use 1:0:0 anyway...
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b394fdd..634edaf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,7 +15,7 @@ EXTRA_DIST = CHANGES README.cares Makefile.inc adig.c ahost.c $(man_MANS) \ $(MSVCFILES) AUTHORS -VER=-version-info 0:0:1 +VER=-version-info 1:0:0 # 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. |