Update comment

This commit is contained in:
Jan Berkel 2016-01-10 15:09:28 +00:00
parent fcccd026be
commit 7c7ad60df6
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();
}