diff options
| author | Vedang Manerikar <ved.manerikar@gmail.com> | 2023-06-10 19:47:53 +0530 |
|---|---|---|
| committer | Vedang Manerikar <ved.manerikar@gmail.com> | 2023-06-10 20:24:39 +0530 |
| commit | a9c9a12c3ecf2005fa641059368ac8284f507620 (patch) | |
| tree | d80d8f6d5ff0408594fda8597e4c13b2868b8c4f /lisp/pdf-tools.el | |
| parent | 98ca40d870984dbae9a35f3b7456cde760d2e4c8 (diff) | |
Bump pdf-tools version to v1.1.0v1.1.0
This is necessary because the extensive changes in `epdfinfo` do not
get picked up by third party package management systems unless they
enter Melpa Stable.
This mismatch caused a number of issues, which I expect this bump will
now fix. Thanks to @cyrilarnould and @barslmn for pointing this out.
I am also using this bump to close long-open install issues. The idea
here is that these issues are being lost. I would rather everyone
upgrade to the latest versions of `pdf-tools` and `epdfinfo` and then
re-report the issues if they still exist.
Please note: as of this release, users are not expected to manually
set anything on their machines during installation. (for example:
`$PKG_CONFIG_PATH`). The installation should *just work*. If it does
not, please open a ticket so that we can track it.
Fixes: #213
Closes: #177
Closes: #216
Diffstat (limited to 'lisp/pdf-tools.el')
| -rw-r--r-- | lisp/pdf-tools.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/pdf-tools.el b/lisp/pdf-tools.el index b94c82f..aa19969 100644 --- a/lisp/pdf-tools.el +++ b/lisp/pdf-tools.el @@ -7,7 +7,7 @@ ;; URL: http://github.com/vedang/pdf-tools/ ;; Keywords: files, multimedia ;; Package: pdf-tools -;; Version: 1.0.0 +;; Version: 1.1.0 ;; Package-Requires: ((emacs "26.3") (tablist "1.0") (let-alist "1.0.4")) ;; This program is free software; you can redistribute it and/or modify |
