diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-10-29 10:19:07 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-10-29 10:19:07 +0000 |
commit | e5f1499f62c0860f9967c8a514b63af0727c1c4d (patch) | |
tree | bc532f4fd0eaa23dff89de9976cfdd18e992365d /lib/Makefile.am | |
parent | 848f40fd65b7edd16906bc80d1ac376d9d3738a0 (diff) | |
download | curl-e5f1499f62c0860f9967c8a514b63af0727c1c4d.tar.gz |
let 7.17.1 be version-info 4:1:0
Diffstat (limited to 'lib/Makefile.am')
-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 06ae05df3..a6f7d2bcc 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:0:0 +VERSION=-version-info 4:1: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 |