diff options
| author | Dmitry Gutov | 2021-08-08 14:13:49 +0300 |
|---|---|---|
| committer | Dmitry Gutov | 2021-08-08 14:13:49 +0300 |
| commit | 3b32d057ff2258177fdcd90cd70836ec2ad45f86 (patch) | |
| tree | f488bef15b70c6271e510a2c11a0bc93c7ee2fa8 | |
| parent | adab672edb3fad0851a52e3b6ccf3ac31c80b025 (diff) | |
| download | emacs-3b32d057ff2258177fdcd90cd70836ec2ad45f86.tar.gz emacs-3b32d057ff2258177fdcd90cd70836ec2ad45f86.zip | |
project.el: Bump the version
* lisp/progmodes/project.el: Bump the version.
| -rw-r--r-- | lisp/progmodes/project.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index b7101754779..4620ea8f47e 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; project.el --- Operations on the current project -*- lexical-binding: t; -*- | 1 | ;;; project.el --- Operations on the current project -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2015-2021 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2021 Free Software Foundation, Inc. |
| 4 | ;; Version: 0.6.0 | 4 | ;; Version: 0.6.1 |
| 5 | ;; Package-Requires: ((emacs "26.1") (xref "1.0.2")) | 5 | ;; Package-Requires: ((emacs "26.1") (xref "1.0.2")) |
| 6 | 6 | ||
| 7 | ;; This is a GNU ELPA :core package. Avoid using functionality that | 7 | ;; This is a GNU ELPA :core package. Avoid using functionality that |