branch: externals/site-lisp
commit 87656ba13c805285e50e7d86c29e444272b7d74f
Author: Philip Kaludercic <[email protected]>
Commit: Philip Kaludercic <[email protected]>

    Bump version to 0.3.0
---
 README.md    | 3 +++
 site-lisp.el | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 1cf663aec3..519d7894f2 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,9 @@ of other scripts inside of [Emacs] easier.  All you need to do 
is
 place a file or directory within a well-known location and
 site-lisp.el should take care of the rest.
 
+**From Emacs 31 onwards, this package has been obsoleted by the "User
+Lisp" directory, see the Info node `(emacs) User Lisp Directory`**
+
 [Emacs]:
        https://www.gnu.org/software/emacs/
 
diff --git a/site-lisp.el b/site-lisp.el
index 85d6b2b818..78392d3f8d 100644
--- a/site-lisp.el
+++ b/site-lisp.el
@@ -5,7 +5,7 @@
 ;; Author: Philip Kaludercic <[email protected]>
 ;; Maintainer: Philip Kaludercic <[email protected]>
 ;; Package-Requires: ((emacs "25.1"))
-;; Version: 0.3.0-pre
+;; Version: 0.3.0
 ;; URL: https://codeberg.org/pkal/site-lisp.el
 ;; Keywords: lisp, local
 

Reply via email to