diff --git a/emacsql.el b/emacsql.el index 86bc81e..c3a2135 100644 --- a/emacsql.el +++ b/emacsql.el @@ -6,7 +6,7 @@ ;; Maintainer: Jonas Bernoulli ;; 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 @@ -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.