diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-03-14 08:54:18 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-03-14 08:54:18 +0000 |
commit | bfe413d8bdef0959be870c9391dd9d99f983b8e3 (patch) | |
tree | 2957bcb5781828352fde822977d4ee316a108b8f /lib | |
parent | dbbd20646f7133114b1ef4cd92a1c857bb33aeb0 (diff) |
increased the 'current' number for the interface
Diffstat (limited to 'lib')
-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 34eb32ba2..0bd61f671 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -16,7 +16,7 @@ lib_LTLIBRARIES = libcurl.la INCLUDES = -I$(top_srcdir)/include -libcurl_la_LDFLAGS = -version-info 1:0:0 +libcurl_la_LDFLAGS = -version-info 2: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. |