diff options
| author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-11-17 16:57:30 +0000 | 
|---|---|---|
| committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-11-17 16:57:30 +0000 | 
| commit | f2499612c5594944d3e0891259859668d35c85b2 (patch) | |
| tree | 0672f579db91cfaca7a2935a86991fa67b5aae59 /doc | |
| parent | 429e46051dba814e7d6c74368eb1bba550222cbe (diff) | |
| download | libconfig-f2499612c5594944d3e0891259859668d35c85b2.tar.gz | |
Imported Upstream version 1.4.9upstream/1.4.9
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/Makefile.in | 2 | ||||
| -rw-r--r-- | doc/libconfig.texi | 6 | 
2 files changed, 5 insertions, 3 deletions
| diff --git a/doc/Makefile.in b/doc/Makefile.in index 784612e..49fa6e9 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -130,6 +130,7 @@ LIPO = @LIPO@  LN_S = @LN_S@  LTLIBOBJS = @LTLIBOBJS@  MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@  MKDIR_P = @MKDIR_P@  NM = @NM@  NMEDIT = @NMEDIT@ @@ -157,6 +158,7 @@ abs_builddir = @abs_builddir@  abs_srcdir = @abs_srcdir@  abs_top_builddir = @abs_top_builddir@  abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@  ac_ct_CC = @ac_ct_CC@  ac_ct_CXX = @ac_ct_CXX@  ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ diff --git a/doc/libconfig.texi b/doc/libconfig.texi index c9bc9fa..52dca20 100644 --- a/doc/libconfig.texi +++ b/doc/libconfig.texi @@ -6,8 +6,8 @@  @setfilename libconfig.info  @settitle libconfig -@set edition 1.4.8 -@set update-date 4 August 2011 +@set edition 1.4.9 +@set update-date 28 September 2012  @set subtitle-text A Library For Processing Structured Configuration Files  @set author-text Mark A.@: Lindner @@ -36,7 +36,7 @@  @page  @vskip 0pt plus 1filll -Copyright @copyright{} 2005-2011  Mark A Lindner +Copyright @copyright{} 2005-2012  Mark A Lindner  Permission is granted to make and distribute verbatim copies of  this manual provided the copyright notice and this permission notice | 
