Commit 577388e5 authored by Mark Lindner's avatar Mark Lindner

Bump version symbols.

parent 032d7b36
...@@ -40,8 +40,8 @@ extern "C" { ...@@ -40,8 +40,8 @@ extern "C" {
#endif /* WIN32 */ #endif /* WIN32 */
#define LIBCONFIG_VER_MAJOR 1 #define LIBCONFIG_VER_MAJOR 1
#define LIBCONFIG_VER_MINOR 4 #define LIBCONFIG_VER_MINOR 5
#define LIBCONFIG_VER_REVISION 9 #define LIBCONFIG_VER_REVISION 0
#include <stdio.h> #include <stdio.h>
......
...@@ -40,8 +40,8 @@ ...@@ -40,8 +40,8 @@
#endif /* WIN32 */ #endif /* WIN32 */
#define LIBCONFIGXX_VER_MAJOR 1 #define LIBCONFIGXX_VER_MAJOR 1
#define LIBCONFIGXX_VER_MINOR 4 #define LIBCONFIGXX_VER_MINOR 5
#define LIBCONFIGXX_VER_REVISION 9 #define LIBCONFIGXX_VER_REVISION 0
struct config_t; // fwd decl struct config_t; // fwd decl
struct config_setting_t; // fwd decl struct config_setting_t; // fwd decl
...@@ -92,9 +92,9 @@ class LIBCONFIGXX_API SettingNotFoundException : public SettingException ...@@ -92,9 +92,9 @@ class LIBCONFIGXX_API SettingNotFoundException : public SettingException
{ {
public: public:
SettingNotFoundException(const char *path);
SettingNotFoundException(const Setting &setting, int idx); SettingNotFoundException(const Setting &setting, int idx);
SettingNotFoundException(const Setting &setting, const char *name); SettingNotFoundException(const Setting &setting, const char *name);
SettingNotFoundException(const char *path);
virtual const char *what() const throw(); virtual const char *what() const throw();
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment