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

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

[nongnu] elpa/sqlite3 b513b71012: Release version 0.17


From: ELPA Syncer
Subject: [nongnu] elpa/sqlite3 b513b71012: Release version 0.17
Date: Wed, 15 Mar 2023 09:02:58 -0400 (EDT)

branch: elpa/sqlite3
commit b513b71012f61895f771fc6948d6511ea8ded0a6
Author: Peking Duck <pekingduck@users.noreply.github.com>
Commit: Peking Duck <pekingduck@users.noreply.github.com>

    Release version 0.17
---
 README.org     | 2 +-
 sqlite3.el     | 6 +++---
 tests/Makefile | 2 ++
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/README.org b/README.org
index cb0f67c8f4..722ae5555d 100644
--- a/README.org
+++ b/README.org
@@ -28,7 +28,7 @@
  While this module provides only 14 functions (vs 
[[https://sqlite.org/c3ref/funclist.html][200+ in the C API]]), it should 
satisfy most
  users' needs.
 
- The current version is v0.16.
+ The current version is v0.17.
 
  This is an alpha release so it might crash your Emacs. Save your work before 
you try it out!
 
diff --git a/sqlite3.el b/sqlite3.el
index 09f7f5516c..d563d538e9 100644
--- a/sqlite3.el
+++ b/sqlite3.el
@@ -1,11 +1,11 @@
 ;;; sqlite3.el --- Direct access to the core SQLite3 API  -*- lexical-binding: 
t -*-
 
-;; Copyright (C) 2018-2020  Y. N. Lo
+;; Copyright (C) 2018-2023  Y. N. Lo
 
-;; Author: Y. N. Lo <gordonynlo@yahoo.com>
+;; Author: Y. N. Lo <elisp@fastmail.com>
 ;; Homepage: https://github.com/pekingduck/emacs-sqlite3-api
 ;; Keywords: comm, data, sql
-
+;; Version: 0.17
 ;; Package-Requires: ((emacs "25.1"))
 
 ;; This file is not part of GNU Emacs.
diff --git a/tests/Makefile b/tests/Makefile
index 5310e4faa9..c8875f53f7 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -1,7 +1,9 @@
+EMACS282=$(HOME)/Emacs/dists/28.2/bin/emacs
 EMACS281=$(HOME)/Emacs/dists/28.1/bin/emacs
 EMACS272=$(HOME)/Emacs/dists/27.2/bin/emacs
 
 test:
+       $(EMACS282) -batch -Q -L .. -l regression.el
        $(EMACS281) -batch -Q -L .. -l regression.el
        $(EMACS272) -batch -Q -L .. -l regression.el
 



reply via email to

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