branch: elpa/emacsql commit 6d999ba39dfa1df002169b5ef2c886b1bd7afd8e Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
Update library headers --- emacsql-compiler.el | 1 + emacsql-mysql.el | 3 ++- emacsql-pg.el | 3 ++- emacsql-sqlite.el | 3 ++- emacsql.el | 3 ++- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/emacsql-compiler.el b/emacsql-compiler.el index 68b58d65e5..c5a9357c31 100644 --- a/emacsql-compiler.el +++ b/emacsql-compiler.el @@ -5,6 +5,7 @@ ;; Author: Christopher Wellons <well...@nullprogram.com> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> ;; Homepage: https://github.com/magit/emacsql + ;; SPDX-License-Identifier: Unlicense ;;; Code: diff --git a/emacsql-mysql.el b/emacsql-mysql.el index d62ee23045..211dccf4e0 100644 --- a/emacsql-mysql.el +++ b/emacsql-mysql.el @@ -5,7 +5,8 @@ ;; Author: Christopher Wellons <well...@nullprogram.com> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> ;; Homepage: https://github.com/magit/emacsql -;; Version: 3.0.0-git + +;; Package-Version: 3.0.0-git ;; Package-Requires: ((emacs "25.1") (emacsql "3.0.0")) ;; SPDX-License-Identifier: Unlicense diff --git a/emacsql-pg.el b/emacsql-pg.el index c29999c70d..14abf8c74e 100644 --- a/emacsql-pg.el +++ b/emacsql-pg.el @@ -5,7 +5,8 @@ ;; Author: Christopher Wellons <well...@nullprogram.com> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> ;; Homepage: https://github.com/magit/emacsql -;; Version: 3.0.0-git + +;; Package-Version: 3.0.0-git ;; Package-Requires: ((emacs "25.1") (emacsql "3.0.0") (pg "0")) ;; SPDX-License-Identifier: Unlicense diff --git a/emacsql-sqlite.el b/emacsql-sqlite.el index 1d1046a56b..269b44e3b7 100644 --- a/emacsql-sqlite.el +++ b/emacsql-sqlite.el @@ -5,7 +5,8 @@ ;; Author: Christopher Wellons <well...@nullprogram.com> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> ;; Homepage: https://github.com/magit/emacsql -;; Version: 3.0.0-git + +;; Package-Version: 3.0.0-git ;; Package-Requires: ((emacs "25.1") (emacsql "3.0.0")) ;; SPDX-License-Identifier: Unlicense diff --git a/emacsql.el b/emacsql.el index e33badbeaa..7b22a25d6a 100644 --- a/emacsql.el +++ b/emacsql.el @@ -5,7 +5,8 @@ ;; Author: Christopher Wellons <well...@nullprogram.com> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> ;; Homepage: https://github.com/magit/emacsql -;; Version: 3.0.0-git + +;; Package-Version: 3.0.0-git ;; Package-Requires: ((emacs "25.1")) ;; SPDX-License-Identifier: Unlicense