emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/emacsql ec4f3d091b 424/427: Resume development


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql ec4f3d091b 424/427: Resume development
Date: Tue, 13 Dec 2022 03:00:26 -0500 (EST)

branch: elpa/emacsql
commit ec4f3d091b8e2c60ee305a63a6f45f0ea5996ed6
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Resume development
---
 emacsql-mysql.el  | 2 +-
 emacsql-pg.el     | 2 +-
 emacsql-psql.el   | 2 +-
 emacsql-sqlite.el | 2 +-
 emacsql.el        | 4 ++--
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/emacsql-mysql.el b/emacsql-mysql.el
index 75cca82422..f44cb62bde 100644
--- a/emacsql-mysql.el
+++ b/emacsql-mysql.el
@@ -6,7 +6,7 @@
 ;; Maintainer: Jonas Bernoulli <jonas@bernoul.li>
 ;; Homepage: https://github.com/magit/emacsql
 
-;; Package-Version: 3.1.1
+;; Package-Version: 3.1.1-git
 ;; Package-Requires: ((emacs "25.1") (emacsql "3.1.1"))
 ;; SPDX-License-Identifier: Unlicense
 
diff --git a/emacsql-pg.el b/emacsql-pg.el
index 13c437eca3..d0b5466697 100644
--- a/emacsql-pg.el
+++ b/emacsql-pg.el
@@ -6,7 +6,7 @@
 ;; Maintainer: Jonas Bernoulli <jonas@bernoul.li>
 ;; Homepage: https://github.com/magit/emacsql
 
-;; Package-Version: 3.1.1
+;; Package-Version: 3.1.1-git
 ;; Package-Requires: ((emacs "25.1") (emacsql "3.1.1") (pg "0.16"))
 ;; SPDX-License-Identifier: Unlicense
 
diff --git a/emacsql-psql.el b/emacsql-psql.el
index bf8efd4a67..fedff6f952 100644
--- a/emacsql-psql.el
+++ b/emacsql-psql.el
@@ -5,7 +5,7 @@
 ;; Author: Christopher Wellons <wellons@nullprogram.com>
 ;; Maintainer: Jonas Bernoulli <jonas@bernoul.li>
 ;; Homepage: https://github.com/magit/emacsql
-;; Package-Version: 3.1.1
+;; Package-Version: 3.1.1-git
 ;; Package-Requires: ((emacs "25.1") (emacsql "3.1.1"))
 ;; SPDX-License-Identifier: Unlicense
 
diff --git a/emacsql-sqlite.el b/emacsql-sqlite.el
index 81422dc538..8b54c75c02 100644
--- a/emacsql-sqlite.el
+++ b/emacsql-sqlite.el
@@ -6,7 +6,7 @@
 ;; Maintainer: Jonas Bernoulli <jonas@bernoul.li>
 ;; Homepage: https://github.com/magit/emacsql
 
-;; Package-Version: 3.1.1
+;; Package-Version: 3.1.1-git
 ;; Package-Requires: ((emacs "25.1") (emacsql "3.1.1"))
 ;; SPDX-License-Identifier: Unlicense
 
diff --git a/emacsql.el b/emacsql.el
index 7a0ffcf46a..9790609524 100644
--- a/emacsql.el
+++ b/emacsql.el
@@ -6,7 +6,7 @@
 ;; Maintainer: Jonas Bernoulli <jonas@bernoul.li>
 ;; Homepage: https://github.com/magit/emacsql
 
-;; Package-Version: 3.1.1
+;; Package-Version: 3.1.1-git
 ;; Package-Requires: ((emacs "25.1"))
 ;; SPDX-License-Identifier: Unlicense
 
@@ -72,7 +72,7 @@
   "The EmacSQL SQL database front-end."
   :group 'comm)
 
-(defconst emacsql-version "3.1.1")
+(defconst emacsql-version "3.1.1-git")
 
 (defvar emacsql-global-timeout 30
   "Maximum number of seconds to wait before bailing out on a SQL command.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]