emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 c8d5480972: Bump use-package version for Emacs 29.1


From: Stefan Kangas
Subject: emacs-29 c8d5480972: Bump use-package version for Emacs 29.1
Date: Sun, 15 Jan 2023 08:33:24 -0500 (EST)

branch: emacs-29
commit c8d548097278683c94eced742a1a1bea387ced2d
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Bump use-package version for Emacs 29.1
    
    * lisp/use-package/use-package.el: Bump version to 2.4.5.
---
 lisp/use-package/use-package-core.el | 2 +-
 lisp/use-package/use-package.el      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/use-package/use-package-core.el 
b/lisp/use-package/use-package-core.el
index 379e119b60..7ab5bdc276 100644
--- a/lisp/use-package/use-package-core.el
+++ b/lisp/use-package/use-package-core.el
@@ -65,7 +65,7 @@
   :link '(custom-manual "(use-package) Top")
   :version "29.1")
 
-(defconst use-package-version "2.4.4"
+(defconst use-package-version "2.4.5"
   "This version of `use-package'.")
 
 (defcustom use-package-keywords
diff --git a/lisp/use-package/use-package.el b/lisp/use-package/use-package.el
index 7682468522..1b63a6d651 100644
--- a/lisp/use-package/use-package.el
+++ b/lisp/use-package/use-package.el
@@ -5,7 +5,7 @@
 ;; Author: John Wiegley <johnw@newartisans.com>
 ;; Maintainer: John Wiegley <johnw@newartisans.com>
 ;; Created: 17 Jun 2012
-;; Version: 2.4.4
+;; Version: 2.4.5
 ;; Package-Requires: ((emacs "24.3") (bind-key "2.4"))
 ;; Keywords: dotemacs startup speed config package extensions
 ;; URL: https://github.com/jwiegley/use-package



reply via email to

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