forward port of version change from RC_1_0

This commit is contained in:
arvidn 2015-11-12 21:35:50 -05:00
parent aef449ad65
commit 524cf00fcb
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ namespace libtorrent {
char const* version()
{
return LIBTORRENT_VERSION "." LIBTORRENT_REVISION ;
return LIBTORRENT_VERSION;
}
}