diff options
author | Haru <haru@dotalux.com> | 2013-09-09 12:59:55 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2013-09-17 01:56:14 +0200 |
commit | b8bf9548d76a46650b8559d621e81072d340bc04 (patch) | |
tree | 8fc00bb11a6067eaf464f525ea9b4968085113af /3rdparty/libconfig/libconfig.h | |
parent | e38d423d76d8e2c8001eade66a4aceca92de15c0 (diff) | |
download | hercules-b8bf9548d76a46650b8559d621e81072d340bc04.tar.gz hercules-b8bf9548d76a46650b8559d621e81072d340bc04.tar.bz2 hercules-b8bf9548d76a46650b8559d621e81072d340bc04.tar.xz hercules-b8bf9548d76a46650b8559d621e81072d340bc04.zip |
Updated libconfig to version 1.4.9
Previous edits to the library have been preserved with this update. No
functional changes, other than some edge-case fixes (see libconfig
changelog). In case of issues, please let me know / file a bugreport.
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to '3rdparty/libconfig/libconfig.h')
-rw-r--r-- | 3rdparty/libconfig/libconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/libconfig/libconfig.h b/3rdparty/libconfig/libconfig.h index 683bda80b..b0ab8f9f7 100644 --- a/3rdparty/libconfig/libconfig.h +++ b/3rdparty/libconfig/libconfig.h @@ -40,7 +40,7 @@ extern "C" { #define LIBCONFIG_VER_MAJOR 1 #define LIBCONFIG_VER_MINOR 4 -#define LIBCONFIG_VER_REVISION 8 +#define LIBCONFIG_VER_REVISION 9 #include <stdio.h> |