diff --git a/src/bind/proc/help.cpp b/src/bind/proc/help.cpp new file mode 100644 index 00000000..e69de29b diff --git a/src/bind/proc/help.hpp b/src/bind/proc/help.hpp new file mode 100644 index 00000000..2a06e7f0 --- /dev/null +++ b/src/bind/proc/help.hpp @@ -0,0 +1,4 @@ +#ifndef _HELP_HPP +#define _HELP_HPP + +#endif diff --git a/src/core/version.hpp b/src/core/version.hpp index 08dd0afc..0fd51126 100644 --- a/src/core/version.hpp +++ b/src/core/version.hpp @@ -1,6 +1,6 @@ #ifndef _VERSION_HPP #define _VERSION_HPP -#define WIN_VIND_VERSION "5.5.2.0" +#define WIN_VIND_VERSION "5.6.0.0" #endif