We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e342fab commit 3d9622aCopy full SHA for 3d9622a
emacsql.el
@@ -6,7 +6,7 @@
6
;; Maintainer: Jonas Bernoulli <[email protected]>
7
;; Homepage: https://github.com/magit/emacsql
8
9
-;; Package-Version: 3.1.1.50-git
+;; Package-Version: 4.0.0
10
;; Package-Requires: ((emacs "25.1"))
11
12
;; SPDX-License-Identifier: Unlicense
@@ -74,7 +74,7 @@
74
"The EmacSQL SQL database front-end."
75
:group 'comm)
76
77
-(defconst emacsql-version "3.1.1.50-git")
+(defconst emacsql-version "4.0.0")
78
79
(defvar emacsql-global-timeout 30
80
"Maximum number of seconds to wait before bailing out on a SQL command.
0 commit comments