1
0
mirror of https://github.com/danog/php-libtgvoip.git synced 2024-11-30 04:19:26 +01:00

Update main.cpp

This commit is contained in:
Daniil Gentili 2019-05-11 20:47:28 +02:00 committed by GitHub
parent e924e52178
commit 088c146d6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -680,7 +680,7 @@ extern "C"
voip.constant("TGVOIP_PEER_CAP_GROUP_CALLS", TGVOIP_PEER_CAP_GROUP_CALLS);
voip.constant("PHP_LIBTGVOIP_VERSION", "1.2.0");
voip.constant("PHP_LIBTGVOIP_VERSION", "1.3.0");
Php::Namespace danog("danog");
Php::Namespace MadelineProto("MadelineProto");