Added changlog. increased version
This commit is contained in:
parent
d44dfa859d
commit
c7bd5587ff
2 changed files with 5 additions and 2 deletions
3
CHANGELOG
Normal file
3
CHANGELOG
Normal 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
4
tgl.h
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue