diff --git a/include/libtorrent/version.hpp b/include/libtorrent/version.hpp index de1b8bcc8..06b1bbe13 100755 --- a/include/libtorrent/version.hpp +++ b/include/libtorrent/version.hpp @@ -34,8 +34,8 @@ POSSIBILITY OF SUCH DAMAGE. #define TORRENT_VERSION_HPP_INCLUDED #define LIBTORRENT_VERSION_MAJOR 0 -#define LIBTORRENT_VERSION_MINOR 13 +#define LIBTORRENT_VERSION_MINOR 14 -#define LIBTORRENT_VERSION "0.13.0.0" +#define LIBTORRENT_VERSION "0.14.0.0" #endif