branch: elpa/emacsql
commit 467fff7d2ca99e4f7cddd037ba4b1f1e857151e7
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
Bump internal dependencies
All libraries are now distributed with `emacsql' itself, but during
a transitional phase we also have to distribute them as separate
packages.
This can result in two versions of the same back-end library being
installed. This commit reduces the risk that the two versions are
out of sync.
---
emacsql-mysql.el | 2 +-
emacsql-pg.el | 2 +-
emacsql-psql.el | 2 +-
emacsql-sqlite-builtin.el | 2 +-
emacsql-sqlite-module.el | 2 +-
emacsql-sqlite.el | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/emacsql-mysql.el b/emacsql-mysql.el
index 3a01cf7759..2cefd38b95 100644
--- a/emacsql-mysql.el
+++ b/emacsql-mysql.el
@@ -7,7 +7,7 @@
;; Homepage: https://github.com/magit/emacsql
;; Package-Version: 3.1.1.50-git
-;; Package-Requires: ((emacs "25.1") (emacsql "3.1.1"))
+;; Package-Requires: ((emacs "25.1") (emacsql "20230220"))
;; SPDX-License-Identifier: Unlicense
;;; Commentary:
diff --git a/emacsql-pg.el b/emacsql-pg.el
index 40dacbf2ec..ebbadaf32b 100644
--- a/emacsql-pg.el
+++ b/emacsql-pg.el
@@ -7,7 +7,7 @@
;; Homepage: https://github.com/magit/emacsql
;; Package-Version: 3.1.1.50-git
-;; Package-Requires: ((emacs "25.1") (emacsql "3.1.1") (pg "0.16"))
+;; Package-Requires: ((emacs "25.1") (emacsql "20230220") (pg "0.16"))
;; SPDX-License-Identifier: Unlicense
;;; Commentary:
diff --git a/emacsql-psql.el b/emacsql-psql.el
index d24da6b539..724434de5b 100644
--- a/emacsql-psql.el
+++ b/emacsql-psql.el
@@ -6,7 +6,7 @@
;; Maintainer: Jonas Bernoulli <[email protected]>
;; Homepage: https://github.com/magit/emacsql
;; Package-Version: 3.1.1.50-git
-;; Package-Requires: ((emacs "25.1") (emacsql "3.1.1"))
+;; Package-Requires: ((emacs "25.1") (emacsql "20230220"))
;; SPDX-License-Identifier: Unlicense
;;; Commentary:
diff --git a/emacsql-sqlite-builtin.el b/emacsql-sqlite-builtin.el
index 7d28339821..7b56756e2f 100644
--- a/emacsql-sqlite-builtin.el
+++ b/emacsql-sqlite-builtin.el
@@ -6,7 +6,7 @@
;; Homepage: https://github.com/magit/emacsql
;; Package-Version: 3.1.1.50-git
-;; Package-Requires: ((emacs "29") (emacsql "3.1.1"))
+;; Package-Requires: ((emacs "29") (emacsql "20230220"))
;; SPDX-License-Identifier: Unlicense
;;; Commentary:
diff --git a/emacsql-sqlite-module.el b/emacsql-sqlite-module.el
index 63fea3c7bf..a1d32cb8a8 100644
--- a/emacsql-sqlite-module.el
+++ b/emacsql-sqlite-module.el
@@ -6,7 +6,7 @@
;; Homepage: https://github.com/magit/emacsql
;; Package-Version: 3.1.1.50-git
-;; Package-Requires: ((emacs "25") (emacsql "3.1.1") (sqlite3 "0.16"))
+;; Package-Requires: ((emacs "25") (emacsql "20230220") (sqlite3 "0.16"))
;; SPDX-License-Identifier: Unlicense
;;; Commentary:
diff --git a/emacsql-sqlite.el b/emacsql-sqlite.el
index 2c084cd0e4..43dcc0eccc 100644
--- a/emacsql-sqlite.el
+++ b/emacsql-sqlite.el
@@ -7,7 +7,7 @@
;; Homepage: https://github.com/magit/emacsql
;; Package-Version: 3.1.1.50-git
-;; Package-Requires: ((emacs "25.1") (emacsql "3.1.1"))
+;; Package-Requires: ((emacs "25.1") (emacsql "20230220"))
;; SPDX-License-Identifier: Unlicense
;;; Commentary: