diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-05-23 17:56:03 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-05-23 17:56:03 +0000 |
commit | d001f6a39628d9dbc84ccd1295d37e4738f3cdad (patch) | |
tree | 27dbdce03054c7228cd3c762e3c6ebb5a8aa62ea | |
parent | d31da176eb622fb386a3b657d17921403f95e45c (diff) |
Dan Fandrich pointed out that this is the way we should increase the number
for 7.18.2 since we have added functions in this release.
http://curl.haxx.se/mail/lib-2008-05/0240.html
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 063e0352d..58277de37 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -50,7 +50,7 @@ INCLUDES = -I$(top_srcdir)/include \ -I$(top_builddir)/lib \ -I$(top_srcdir)/lib -VERSION=-version-info 4:2:0 +VERSION=-version-info 5: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 |