diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-02-09 09:35:07 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-02-09 09:35:07 +0000 |
commit | d33da42334169ad2a1c94571fc51e3735973097b (patch) | |
tree | f81c7ec4212ac97bb5ec27a6842d0da4222ae4ab | |
parent | e118cd4ca0318fb5fad90a95bef7d0a445c8f130 (diff) |
set VERSIONINFO accordingly for the 7.20.0 release
-rw-r--r-- | lib/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index e75aef462..2140b30f4 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -5,7 +5,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # -# Copyright (C) 1998 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al. +# Copyright (C) 1998 - 2010, Daniel Stenberg, <daniel@haxx.se>, et al. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms @@ -84,9 +84,9 @@ if SONAME_BUMP # # This conditional soname bump SHOULD be removed at next "proper" bump. # -VERSIONINFO=-version-info 6:1:1 +VERSIONINFO=-version-info 7:0:2 else -VERSIONINFO=-version-info 5:1:1 +VERSIONINFO=-version-info 6:0:2 endif # This flag accepts an argument of the form current[:revision[:age]]. So, |