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

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

[nongnu] elpa/emacsql 3ba9109d45 198/427: Start using real version numbe


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql 3ba9109d45 198/427: Start using real version numbers.
Date: Tue, 13 Dec 2022 02:59:41 -0500 (EST)

branch: elpa/emacsql
commit 3ba9109d45c1e915a3e5d2acc474b0986da00b1e
Author: Christopher Wellons <wellons@nullprogram.com>
Commit: Christopher Wellons <wellons@nullprogram.com>

    Start using real version numbers.
---
 emacsql-pkg.el | 2 +-
 emacsql.el     | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/emacsql-pkg.el b/emacsql-pkg.el
index 89314bddbb..b1cc2d175f 100644
--- a/emacsql-pkg.el
+++ b/emacsql-pkg.el
@@ -1,3 +1,3 @@
-(define-package "emacsql" "1.0.0"
+(define-package "emacsql" "0.9.0"
   "high-level SQL database front-end"
   '((emacs "24.1") (cl-lib "0.3")))
diff --git a/emacsql.el b/emacsql.el
index e8f4a36a02..8837e645e4 100644
--- a/emacsql.el
+++ b/emacsql.el
@@ -4,7 +4,6 @@
 
 ;; Author: Christopher Wellons <wellons@nullprogram.com>
 ;; URL: https://github.com/skeeto/emacsql
-;; Version: 1.0.0
 
 ;;; Commentary:
 



reply via email to

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