Increased version
This commit is contained in:
parent
41287c13d7
commit
9f90a325b7
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
1.0.3
|
||||
* options to help to run telegram-cli as daemon
|
||||
1.0.2
|
||||
* Bug fixes
|
||||
1.0.1
|
||||
* Added pfs support. To use it you should add 'pfs_enabled=true' line to config.
|
||||
* Added export_card/import_card methods
|
||||
|
|
2
tgl.h
2
tgl.h
|
@ -29,7 +29,7 @@
|
|||
|
||||
// JUST RANDOM STRING
|
||||
#define TGL_BUILD "2012"
|
||||
#define TGL_VERSION "1.0.2"
|
||||
#define TGL_VERSION "1.0.3"
|
||||
|
||||
#define TGL_ENCRYPTED_LAYER 16
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue