diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2015-07-08 23:43:03 +0100 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2015-07-08 23:53:24 +0100 |
commit | 6c7ac8dc769435ea0231db550799d73cb479a773 (patch) | |
tree | e5de3e6642d6669a17b2afd8341ea5b82655461c /lib/Makefile.am | |
parent | 695702e323759d158366d33c24c1ff47141056e9 (diff) | |
download | libconfig-upstream/1.5.tar.gz |
Imported Upstream version 1.5upstream/1.5
Diffstat (limited to '')
-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 5c1c4e0..6a22494 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -24,7 +24,7 @@ endif # # For more info see section 6.3 of the GNU Libtool Manual. -VERINFO = -version-info 10:3:1 +VERINFO = -version-info 11:0:2 PARSER_PREFIX = libconfig_yy |