-
-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Brett Gilio
committed
Jul 19, 2020
1 parent
0011824
commit 5fd725e
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
;;; telega.el --- Telegram client (unofficial) -*- lexical-binding:t -*- | ||
|
||
;; Copyright (C) 2016-2020 by Zajcev Evgeny | ||
;; Copyright (C) 2019-2020 by Brett Gilio | ||
|
||
;; Author: Zajcev Evgeny <[email protected]> | ||
;; Created: Wed Nov 30 19:04:26 2016 | ||
;; Keywords: comm | ||
;; Package-Requires: ((emacs "26.1") (visual-fill-column "1.9") (rainbow-identifiers "0.2.2")) | ||
;; URL: https://github.com/zevlg/telega.el | ||
;; Version: 0.6.26 | ||
(defconst telega-version "0.6.26") | ||
;; Version: 0.6.27 | ||
(defconst telega-version "0.6.27") | ||
(defconst telega-server-min-version "0.6.1") | ||
(defconst telega-tdlib-min-version "1.6.6") | ||
(defconst telega-tdlib-max-version nil) | ||
|