From 0d818da41a1b2d78dcd13c1bb84570178a196813 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Thu, 24 Apr 2008 20:41:44 +0000 Subject: [PATCH] bumped version number --- include/libtorrent/version.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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