Merge pull request #374 from jberkel/master

Update comment
This commit is contained in:
Arvid Norberg 2016-01-10 11:54:25 -05:00
commit 1709f4a5bf
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ POSSIBILITY OF SUCH DAMAGE.
namespace libtorrent {
// returns the libtorrent version as string form in this format:
// "<major>.<minor>.<tiny>.<tag>.<revision>"
// "<major>.<minor>.<tiny>.<tag>"
TORRENT_EXPORT char const* version();
}