Skip to content

Commit

Permalink
Release version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Aug 8, 2024
1 parent e342fab commit 3d9622a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions emacsql.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; Maintainer: Jonas Bernoulli <emacs.emacsql@jonas.bernoulli.dev>
;; Homepage: https://github.com/magit/emacsql

;; Package-Version: 3.1.1.50-git
;; Package-Version: 4.0.0
;; Package-Requires: ((emacs "25.1"))

;; SPDX-License-Identifier: Unlicense
Expand Down Expand Up @@ -74,7 +74,7 @@
"The EmacSQL SQL database front-end."
:group 'comm)

(defconst emacsql-version "3.1.1.50-git")
(defconst emacsql-version "4.0.0")

(defvar emacsql-global-timeout 30
"Maximum number of seconds to wait before bailing out on a SQL command.
Expand Down

0 comments on commit 3d9622a

Please sign in to comment.