Added changlog. increased version

This commit is contained in:
vvaltman 2014-08-31 14:04:16 +04:00
parent a91066fa1d
commit 0d2046a70f
2 changed files with 5 additions and 2 deletions

3
CHANGELOG Normal file
View File

@ -0,0 +1,3 @@
1.0.1
* Added pfs support. To use it you should add 'pfs_enabled=true' line to config.
* Added export_card/import_card methods

4
tgl.h
View File

@ -28,8 +28,8 @@
#define TG_SERVER_TEST "173.240.5.253"
// JUST RANDOM STRING
#define TGL_BUILD "1828"
#define TGL_VERSION "1.0-beta"
#define TGL_BUILD "1934"
#define TGL_VERSION "1.0.1"
struct connection;
struct mtproto_methods;